Skip to content

Commit 354ff38

Browse files
committed
update readme and changelog
1 parent 428a23c commit 354ff38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## master - 2016-03-30
1+
## master - 2016-04-06
22
- wasConnected helper function
33
- Improved subscribe with Android. No longer need to specify whether notification or indication
4-
- Read/write queueing for Android
5-
- Everything now runs on the single WebCore thread with Android. It should prevent issues with race conditions. I still need to verify there are no changes in performance.
4+
- Read, write, subscribe, unsubscribe, readDescriptor, writeDescriptor queueing for Android
5+
- Everything now runs on the single WebCore thread with Android. It should prevent issues with race conditions
6+
- Fix issue with writeDescriptor on Android
67

78
## 4.0.0 - 2016-03-30
89
- Update OS X

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Discovery works differently between Android and iOS. In Android, a single functi
7777

7878

7979
## Queuing (Android) ##
80-
Read and write queueing has been added to the master branch and will be part of the 4.1.0 release. If you'd like to try it out, install the plugin directly from GitHub using: ```cordova plugin https://github.com/randdusing/cordova-plugin-bluetoothle```
80+
Read, write, subscribe, unsubscribe, readDescriptor and writeDescriptor queueing has been added to the master branch and will be part of the 4.1.0 release. If you'd like to try it out, install the plugin directly from GitHub using: ```cordova plugin https://github.com/randdusing/cordova-plugin-bluetoothle```
8181

8282

8383
## UUIDs ##

0 commit comments

Comments
 (0)