Skip to content

Commit 4845011

Browse files
committed
update CHANGELOG and README file.
1 parent a023f08 commit 4845011

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

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

811
Other:
912

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ What this library does NOT support:
4040

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

4447
Other:
4548

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

7780
### Important
7881

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

8285
### Automatically

0 commit comments

Comments
 (0)