You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/07/02 16:06:11 UTC

[2/2] git commit: Updated RELEASENOTES.md for release 0.2.11

Updated RELEASENOTES.md for release 0.2.11


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/104c5656
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/104c5656
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/104c5656

Branch: refs/heads/0.2.11
Commit: 104c565615352771afe115ba5f05c673489969e5
Parents: aef7032
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Jul 2 09:58:10 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Jul 2 09:58:10 2014 -0400

----------------------------------------------------------------------
 RELEASENOTES.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/104c5656/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7c990de..b0e8312 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -83,7 +83,7 @@
 * CB-6460: Update license headers
 * Add NOTICE file
 
-### 0.2.11 (Jun 27, 2014)
+### 0.2.11 (Jul 2, 2014)
 * CB-6127 Spanish and French Translations added. Github close #25
 * Remove deprecated symbols for iOS < 6
 * CB-6797 Add license
@@ -96,3 +96,4 @@
 * CB-6491 add CONTRIBUTING.md
 * Docs typo: navigator.contacts.length -> contacts.length
 * CB-5698 ios: Check to see if photoData exists before using
+* CB-7003 android: Make pickContact pick correct contact on Android 4.3 and 4.4.3