Skip to content

Commit ff69ffc

Browse files
committed
Prepare version 1.2.1.
1 parent f3665c6 commit ff69ffc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# RxAndroid Releases #
22

3+
### Version 1.2.1 - June 16th 2016 ###
4+
5+
* New: `AndroidSchedulers.reset()` allows clearing the scheduler cache such that the next call to
6+
`AndroidSchedulers.mainThread()` will ask the `RxAndroidSchedulerHook` to re-create it. This API
7+
is experimental to match `Schedulers.reset()` in RxJava.
8+
* RxJava dependency now points at v1.1.6.
9+
10+
311
### Version 1.2.0 - May 4th 2016 ###
412

513
* Rewrite the Android-specific schedulers (main thread or custom) to greatly reduce allocation and

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Since RxAndroid is part of the RxJava family the communication channels are simi
2020
# Binaries
2121

2222
```groovy
23-
compile 'io.reactivex:rxandroid:1.2.0'
23+
compile 'io.reactivex:rxandroid:1.2.1'
2424
// Because RxAndroid releases are few and far between, it is recommended you also
2525
// explicitly depend on RxJava's latest version for bug fixes and new features.
2626
compile 'io.reactivex:rxjava:1.1.6'

0 commit comments

Comments
 (0)