From fa2d60ad04f2cf9c04913aa132430d6fab0b7106 Mon Sep 17 00:00:00 2001 From: Henry Addo Date: Tue, 11 Nov 2014 11:42:52 +0900 Subject: [PATCH] Changelog update --- changelog.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.json b/changelog.json index d0e94da22..cca08bd87 100644 --- a/changelog.json +++ b/changelog.json @@ -1,4 +1,18 @@ [ + { + "version": "v2.7.1", + "date": "November 11, 2014", + "features": [ + "Updated website with demo code showing how to integrate the message result API", + "Updated failed notification icon." + ], + "bugs": [ + "Fixed a bug with message result API.", + "Fixed issue with feedback dialog not sending email addresses.", + "Updated website documentation to match required JSON structure.", + "Fixed feedback dialog so it only validate for the email address field when user hit the positive button." + ] + }, { "version": "v2.7", "date": "October 27, 2014",