From 39a21cb79043dcaf00a6c868fd760e3cd7040c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 4 Sep 2020 14:33:34 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62904b8a2..325fb29db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ 04.09.2020 * Removed reduntant domains.registered_at db column [#1445](https://github.com/internetee/registry/pull/1445) +* Certificate revocation lists are now hanlded outside of the application code [#1662](https://github.com/internetee/registry/pull/1662) * Monthly invoices are sent one by one to elliminate reply delay from accounting system [#1671](https://github.com/internetee/registry/pull/1671) * Fixed poll request ip whitelist issue [#1672](https://github.com/internetee/registry/pull/1672)