From b53ac2f08a138b4603a1c03c7307bd6511601259 Mon Sep 17 00:00:00 2001 From: skykelsey Date: Wed, 16 Jul 2014 17:47:27 -0700 Subject: [PATCH] Update README for 1.5.1 release. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ff62009..23101a99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 2014-07-16 skykelsey 1.5.1 + +#### Major changes + +* Simplified Apptentive's native UI styling. Common things like buttons in our UI now use the same styles, so changes can easily be made to all similar elements at once. +* Added translations for French Canadian (fr-rCA). +* Added Apache Ant build scripts for the SDK, dev app, and tests. +* Added support to hide Apptentive branding for enterprise accounts. + +#### Bugs fixed: + +* Fixed a rare crash that can occur when a user's database is stored on an SD card and that card is removed. +* Fixed a potential memory leak. +* Fixed default text in the Enjoyment Dialog portion of the Ratings Prompt. +* Removed some benign lint warnings. +* Removed unused resources. +* Fixed a bug that could result in a delay when sending data to the server. +* During development only, if you forget to specify an API key, we will display a dialog to let you know. Previously we only logged it. + + # 2014-05-27 skykelsey 1.5.0 #### Major changes