From a5e1441965e9cf2cba0a6b5174b8014289e2ebc1 Mon Sep 17 00:00:00 2001 From: chrwend Date: Tue, 14 Mar 2017 15:57:56 +0100 Subject: [PATCH] Update changelog --- Documentation/Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 6cd7344..227730a 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -1,5 +1,12 @@ ###Changelog:### +### 1.1.3 +* [IMPROVEMENT] Update to HockeySDK Android version 4.1.3 +* [FIX] Thanks to Ivan Matkov, it's no longer possible to avoid providing login information and circumvent authentication. [#208](https://github.com/bitstadium/HockeySDK-Android/pull/208) +* [FIX] Thanks to Guillaume Perrot, the google play store detection was fixed for emulators running Android Nougat. [#209](https://github.com/bitstadium/HockeySDK-Android/pull/209) +* [IMPROVEMENT] It's now possible to scroll within the `FeedbackActivity` while the keyboard is up. Previously, when providing a lot of feedback, the keyboard could hide the submit-button. [#207](https://github.com/bitstadium/HockeySDK-Android/pull/207) +* [IMPROVEMENT] In case the app is offline, the Update feature will no longer log the IOException to avoid confusion. [#209](https://github.com/bitstadium/HockeySDK-Android/pull/209) + ### 1.1.2 * [BUGFIX] Installing an app through HockeyApp would falsely report this as a store installation on Android Nougat * [BUGFIX] Workaround an issue when installing updates and targeting SDK version 24