From 9c56764e2bc5ff165e726f6ca1e960bcfa18ae8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Wed, 24 Apr 2019 22:52:25 +0300 Subject: [PATCH] Changelog update --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eb1ec601e..72cdf3ebed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +26.04.2019 +* Nokogiri gem update to version 1.10.3 (CVE-2019-11068) [#1176](https://github.com/internetee/registry/pull/1176) +* Default email sender is now configurable [#243](https://github.com/internetee/registry/issues/243) +* Improved domain:release rake task and fixed few test names [#1143](https://github.com/internetee/registry/pull/1143) +* Improved registrant change mailer [#1149](https://github.com/internetee/registry/pull/1149) +* improved domain mailer [#1166](https://github.com/internetee/registry/pull/1166) +* Improved domain delete mailer [#1156](https://github.com/internetee/registry/pull/1156) +* Improved contact mailer [#1160](https://github.com/internetee/registry/pull/1160) +* Contact email update notifications are only sent to registrants [#1161](https://github.com/internetee/registry/issues/1161) +* Contact email update notifications are not sent if update fails [#1162](https://github.com/internetee/registry/pull/1162) +* Improved action_mailer config [#1151](https://github.com/internetee/registry/pull/1151) +* Added basic EPP contact tests [#1155](https://github.com/internetee/registry/pull/1155) +* Invoice PDF generation and delivery refactor [#1159](https://github.com/internetee/registry/pull/1159) +* Registrant: confirmation URL view refactor [#1150](https://github.com/internetee/registry/pull/1150) +* Set not null contraint on invoices.issue_date [#1008](https://github.com/internetee/registry/issues/1008) +* Moved tests [#1171](https://github.com/internetee/registry/pull/1171) +* Removed domain.reserved db column [#1112](https://github.com/internetee/registry/pull/1112) +* Removed unused columns from log_domains [#1169](https://github.com/internetee/registry/pull/1169) +* Removed que_mailer gem [#895](https://github.com/internetee/registry/issues/895) +* Removed legacy test emails [#1152](https://github.com/internetee/registry/pull/1152) +* Removed delivery_off method [#1165](https://github.com/internetee/registry/pull/1165) + 08.04.2019 * Fixed forceDelete email messages [#1147](https://github.com/internetee/registry/pull/1147) * Removed unused rake tasks [#1121](https://github.com/internetee/registry/pull/1121)