Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# RxAndroid Releases #

### Version 1.0.1 - August 9th 2015 ####

* Fix: Correctly check `isUnsubscribed()` state in `HandlerScheduler`'s worker before scheduling
more work.
* Fix: Eliminate a potential race condition in `HandlerScheduler` to ensure any posted work will
be canceled on unsubscription.


### Version 1.0.0 - August 5th 2015 ####

Initial stable release!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
# Binaries

```groovy
compile 'io.reactivex:rxandroid:1.0.0'
compile 'io.reactivex:rxandroid:1.0.1'
```

<a href='http://search.maven.org/#search%7Cga%7C1%7Crxandroid'><img src='http://img.shields.io/maven-central/v/io.reactivex/rxandroid.svg'></a>
Expand Down