From d9a975bae74d2e7fd0a5cbd24d632447b5388a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Mon, 16 Sep 2019 17:16:38 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5875ee6a..f27702b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +16.09.2019 +* Updated coffee-rails gem to 4.2 [#1320](https://github.com/internetee/registry/pull/1320) +* Updated data_migrate gem to 5.3.2 [#1321](https://github.com/internetee/registry/pull/1321) +* Replaced unused haml-rails gem with haml [#1315](https://github.com/internetee/registry/pull/1315) +* Hid some methods [#1318](https://github.com/internetee/registry/pull/1318) + 13.09.2019 * Fixed bug where glue records were identified on partial string match with the domain name [#1291](https://github.com/internetee/registry/issues/1291) * Removed 1 second delay on erroneous epp query responses [#1299](https://github.com/internetee/registry/pull/1299)