From 96b4289bd745ac8c3df7c0c3bf1a2f1fd933abf5 Mon Sep 17 00:00:00 2001 From: Khosrow Afroozeh Date: Fri, 16 Oct 2015 15:35:22 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a53294a..cce12cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change history -## October 14 2015 : v1.7 +## October 16 2015 : v1.7 - Major release. + Major release. Adds new features and fixes important bugs. * **New Features** @@ -20,6 +20,8 @@ * **Fixes** + * Fixes an issue when the info->services string was malformed and caused the client to panic. + * Fixes an issue with unmarshalling maps of type map[ANY]struct{} into embedded structs. * Fixes issue with unmarshalling maps of type map[ANY]struct{} into embedded structs.