Skip to content

Commit

Permalink
update CHANGELOG and README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cierpliwy committed Apr 6, 2018
1 parent a023f08 commit 4845011
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

* Use `error.errorCode == BleErrorCode.OperationCancelled` instead of `error.message == 'Cancelled'`
* Use `error.errorCode == BleErrorCode.BluetoothManagerDestroyed` instead of `error.message == 'Destroyed'`
* Reverted implementation of `monitorCharacteristicForDevice` to properly write to descriptor when last listener
is unsubscribed on Android. If you expect to get new notifications as soon as you subscribe for them please use
version `0.8` for the time being, as regression is expected.

Other:

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ What this library does NOT support:

* Use `error.errorCode == BleErrorCode.OperationCancelled` instead of `error.message == 'Cancelled'`
* Use `error.errorCode == BleErrorCode.BluetoothManagerDestroyed` instead of `error.message == 'Destroyed'`
* Reverted implementation of `monitorCharacteristicForDevice` to properly write to descriptor when last listener
is unsubscribed on Android. If you expect to get new notifications as soon as you subscribe for them please use
version `0.8` for the time being, as regression is expected.

Other:

Expand Down Expand Up @@ -76,7 +79,7 @@ Contact us at [Gitter](https://gitter.im/RxBLELibraries/react-native-ble) if you

### Important

If you do not have [Carthage](https://github.com/Carthage/Carthage) installed yet and
If you do not have [Carthage](https://github.com/Carthage/Carthage) (ver. 0.21+) installed yet and
wish to set up for iOS, please install it first and only then follow the steps given below

### Automatically
Expand Down

0 comments on commit 4845011

Please sign in to comment.