Skip to content

Commit cb3e936

Browse files
committed
Update changelog file.
1 parent 5a75f26 commit cb3e936

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**0.6.4**
2+
- Fail explicitly when carthage fails on postinstall.
3+
- Added `mtu` property for `Device` object which allows you to get current BLE MTU of device.
4+
- Added function `requestMTUForDevice` which allows to negotiate BLE MTU of device if it is possible.
5+
16
**0.6.3**
27
- Updated RxBluetoothKit library to version 3.1.1
38
- Updated RxAndroidBle library to version 1.4.1

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ Example apps are available in [Google Play](https://play.google.com/store/apps/d
1717

1818
## Recent Changes
1919

20-
**0.6.3**
21-
- Updated RxBluetoothKit library to version 3.1.1
22-
- Updated RxAndroidBle library to version 1.4.1
23-
- Fixed NullPointerException when calling BLE operations without previous discovery.
24-
- iOS emits values in `monitorCharacteristicForDevice` only when no reads are pending for specific characteristic.
25-
Previously when characteristic was notified and read operation was completed, characteristic value was received
26-
both in `readCharacteristicForDevice` and `monitorCharacteristicForDevice`. Now it will only be received in
27-
`readCharacteristicForDevice` promise.
20+
**0.6.4**
21+
- Fail explicitly when carthage fails on postinstall.
22+
- Added `mtu` property for `Device` object which allows you to get current BLE MTU of device.
23+
- Added function `requestMTUForDevice` which allows to negotiate BLE MTU of device if it is possible.
2824

2925
[All previous changes](CHANGELOG.md)
3026

0 commit comments

Comments
 (0)