From a646b183a034dc7d56521531f1c7ca9a803ac812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Fri, 23 Dec 2016 18:09:18 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ README.md | 17 +++++------------ 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465f953..91c08eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## ChangeLog +#### Version 0.7.4 (not yet released) +- Fix broken _check_ and _pick_ on Android N and above + #### Version 0.7.3 (19.12.2016) - Fixed incompatibility with Android KitKat (4.4) diff --git a/README.md b/README.md index 791e933..92c12e2 100644 --- a/README.md +++ b/README.md @@ -57,22 +57,15 @@ And then execute: ## ChangeLog +#### Version 0.7.4 (not yet released) +- Fix broken _check_ and _pick_ on Android N and above + #### Version 0.7.3 (19.12.2016) - Fixed incompatibility with Android KitKat (4.4) Known limitations -- Plugin crashes on Windows OS 10.0.14 - -#### Version 0.7.2 (03.08.2016) -- Finally on __NPM__ -- __Windows__ support -- New __pick__ method -- __print__ returns boolean flag -- Fixed iOS build issue -- Various enhancements - -Known limitations -- _check_ and _pick_ are broken on Android N +- Plugin crashes on Windows OS 10.0.14 +- _check_ on Android might return empty result as some versions of cordova seems to have a bug with multipart results. See [CHANGELOG.md][changelog] to get the full changelog for the plugin.