Skip to content

Commit

Permalink
Change log for v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 9, 2015
1 parent 871857c commit 80393be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit 80393be

Please sign in to comment.