updated release notes

This commit is contained in:
Steve Gill 2015-07-31 16:40:14 -07:00
parent 8f7bc1ffbb
commit 892b875867

View File

@ -21,6 +21,11 @@
## Release Notes for Cordova (Android) ## ## Release Notes for Cordova (Android) ##
Update these notes using: git log --pretty=format:'* %s' --topo-order --no-merges *remote*/4.1.x...HEAD 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) ### ### Release 4.1.0 (Jul 2015) ###
* CB-9392 Fixed printing flavored versions. This closes #184. * CB-9392 Fixed printing flavored versions. This closes #184.
* CB-9382 [Android] Fix KeepRunning setting when Plugin activity is showed. This closes #200 * CB-9382 [Android] Fix KeepRunning setting when Plugin activity is showed. This closes #200