From 1357e17a470e20ac0414c244b75cd3d2993c88d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 30 Aug 2016 13:46:31 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73b5121b7..1e5f01bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +31.08.2016 +* Admin interface: + * contact id supports wildcard search with '%' (129124951) +* Registry: + * BUG: whodunnit filled with incorrect user reference in case of pending request confirmations and rejections (115693873) + * domain_cron.rb now searches for domains to be archived using the end of the day parameter allowing it to be run at any time during the day (113430903) +* EPP: + * Invalid use of GET is now logged and replied with proper error message instead of internal error (128054415) + 9.08.2016 * Admin interface: * actions are now clickable in domain and contact history and return the initial epp request sent to registry (117806281)