Skip to content

Commit

Permalink
Updated Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszseweryn committed Sep 11, 2017
1 parent d3e8f68 commit ed1fdf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 1.3.4-SNAPSHOT
* Added @Nullable annotation to `RxBleDevice.getName()`. (https://github.com/Polidea/RxAndroidBle/issues/263)
* Fixed connection not being disconnected when `DeadObjectException` was raised. (https://github.com/Polidea/RxAndroidBle/issues/275)

Version 1.3.3
* Fixed scan filtering by name on API <21 (https://github.com/Polidea/RxAndroidBle/pull/243)
* Fixed race condition (which would cause the library to hang) when using `.first()` on calls to `RxBleConnection` that emit a single result. (https://github.com/Polidea/RxAndroidBle/issues/244)
Expand Down

0 comments on commit ed1fdf5

Please sign in to comment.