From 5349fa62d03306f702add19254cadef13cd45d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 1 Apr 2019 20:03:07 +0300 Subject: [PATCH 1/2] Changelog update 190401 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4086e4b460..847bd237e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +01.04.2019 +* Updated expire email for auction changes [#1127](https://github.com/internetee/registry/issues/1127) +* Force delete domains are being released again [#1119](https://github.com/internetee/registry/issues/1119) +* Auction API now creates WHOIS record if it happens to be missing for an auctioned domain [#1133](https://github.com/internetee/registry/issues/1133) +* Force delete date saved as date instead of datetime [#253](https://github.com/internetee/registry/issues/253) +* Fixed PDF invoice download in registrar and admin portals [#1128](https://github.com/internetee/registry/pull/1128) +* Fixed DeleteCandidate status setting issue for ForceDelete domains [#812](https://github.com/internetee/registry/issues/812) + 26.03.2019 * Fixed invoice PDF download for admin and registrar portals [#1128](https://github.com/internetee/registry/pull/1128) From 471d4664a986d31dba6a7717c02b1a765a54acd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 1 Apr 2019 20:13:55 +0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 847bd237e4..df9f53ea31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * Force delete date saved as date instead of datetime [#253](https://github.com/internetee/registry/issues/253) * Fixed PDF invoice download in registrar and admin portals [#1128](https://github.com/internetee/registry/pull/1128) * Fixed DeleteCandidate status setting issue for ForceDelete domains [#812](https://github.com/internetee/registry/issues/812) +* Autotest fix [#1138](https://github.com/internetee/registry/pull/1138) 26.03.2019 * Fixed invoice PDF download for admin and registrar portals [#1128](https://github.com/internetee/registry/pull/1128)