From 27ceda8c38944d152e35f3fc1ddf1926bd42f89f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Fri, 13 Sep 2019 15:13:37 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f81a5aa4..44e0279e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ 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) +* Autoupdated Devise gem to 4.7.1 [#1304](https://github.com/internetee/registry/pull/1304) * Updated Airbrake gem to 9.4.3 and tuned the configuration [#1297](https://github.com/internetee/registry/pull/1297) * Updated cancancan gem to 3.0.1 [#1300](https://github.com/internetee/registry/pull/1300) * Updated filenames to follow Ruby name convention [#1295](https://github.com/internetee/registry/pull/1295) +* Removed mod_epp specific X-EPP-Returncode EPP response header [#1301](https://github.com/internetee/registry/pull/1301) +* Removed a dublicate test [#1302](https://github.com/internetee/registry/pull/1302) +* Removed disabled and unnecessary CSRF protection [#1305](https://github.com/internetee/registry/pull/1305) 09.09.2019 * Upgrade Ruby to 2.4.7 [#1289](https://github.com/internetee/registry/pull/1289)