From 9c79d1269d23c952e924092ba69c67e7d64380e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 4 Sep 2020 14:00:10 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c177bf0..2cf9a89ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +04.09.2020 +* Removed reduntant domains.registered_at db column [#1445](https://github.com/internetee/registry/pull/1445) +* Fixed poll request ip whitelist issue [#1672](https://github.com/internetee/registry/pull/1672) + 03.09.2020 * Refactored session timeout management [#711](https://github.com/internetee/registry/issues/711) * Improved error handling for epp requests without proper session [#1276](https://github.com/internetee/registry/pull/1276)