From 7427b15f5f0df01799857fd3aba675f13c5b523b Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Fri, 31 Jul 2015 16:40:14 -0700 Subject: [PATCH] updated release notes --- RELEASENOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1b6a7c2b..c7036f68 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,11 @@ ## Release Notes for Cordova (Android) ## Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merges *remote*/4.1.x...HEAD +### Release 4.1.1 (Aug 2015) ### + +* CB-9428 update script now bumps up minSdkVersion to 14 if it is less than that +* CB-9430 Fixes check_reqs failure when javac returns an extra line + ### Release 4.1.0 (Jul 2015) ### * CB-9185 Fixed an issue when unsigned apks couldn't be found. This closes #202