Skip to content

Commit 36c1bf2

Browse files
committed
Mention initializer fix.
1 parent 468dcee commit 36c1bf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* New: `MainThreadSubscription` utility class runs its `onUnsubscribe` action on the Android main
66
thread. This aids in adding tear-down actions which must be executed on the main thread without
77
having to deal with posting to the main thread yourself.
8+
* Fix: Lazily initialize `mainThread()` scheduler so that no Android code is run when overridden.
9+
This allows unit tests overriding the implementation to work correctly.
810
* RxJava dependency now points at v1.1.0.
911

1012

0 commit comments

Comments
 (0)