Skip to content

Commit 52e61be

Browse files
Version 0.9.0
1 parent 4c9a875 commit 52e61be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This release includes breaking changes that move all blocking operators (such as `single`, `last`, `forEach`) to `BlockingObservable`.
66

7-
This means `Observable` has only non-blocking operators on it. The blocking operators can now be access via `.toBlockingObservable()` or `BlockingObservable.from(observable)`.
7+
This means `Observable` has only non-blocking operators on it. The blocking operators can now be accessed via `.toBlockingObservable()` or `BlockingObservable.from(observable)`.
88

99
Notes and link to the discussion of this change can be found at https://github.com/Netflix/RxJava/pull/272.
1010

0 commit comments

Comments
 (0)