From d61a64e7bdc0a5ec29eb34378a76193c3f73242e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Tue, 9 Aug 2016 09:56:14 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0aaac56..73b5121b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +9.08.2016 +* Admin interface: + * actions are now clickable in domain and contact history and return the initial epp request sent to registry (117806281) + * access to archived domain and contact objects under settings (108869472) + * BUG: noaccess fixed for contacts with incomplete ident data (120093749) +* Registry: + * BUG: adding contact do a domain generated unnecessary log records (116761157) + * linked state for a contact is now dynamic (116761157) +* Portal for registrars: + * improved dnssec data presentation in ds data interface mode (118007975) + * BUG: now all the ident data is returned for contacts with incomplete set (120093749) +* EPP + * BUG: invalid error 2304 "Object status prohibits operation" (118822101) + * BUG: invalid error 2302 "Nameserver already exists on this domain" (118822101) + 14.07.2016 * Registry: * whois records generation fix in contact.rb model (#117612931)