Skip to content

Commit

Permalink
Prepare version 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 16, 2016
1 parent f3665c6 commit ff69ffc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
@@ -1,5 +1,13 @@
# RxAndroid Releases #

### Version 1.2.1 - June 16th 2016 ###

* New: `AndroidSchedulers.reset()` allows clearing the scheduler cache such that the next call to
`AndroidSchedulers.mainThread()` will ask the `RxAndroidSchedulerHook` to re-create it. This API
is experimental to match `Schedulers.reset()` in RxJava.
* RxJava dependency now points at v1.1.6.


### Version 1.2.0 - May 4th 2016 ###

* Rewrite the Android-specific schedulers (main thread or custom) to greatly reduce allocation and
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.2.0'
compile 'io.reactivex:rxandroid:1.2.1'
// Because RxAndroid releases are few and far between, it is recommended you also
// explicitly depend on RxJava's latest version for bug fixes and new features.
compile 'io.reactivex:rxjava:1.1.6'
Expand Down

0 comments on commit ff69ffc

Please sign in to comment.