Skip to content

Commit 755bf76

Browse files
Version 0.9.1
1 parent a2404bf commit 755bf76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

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

3+
### Version 0.9.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.9.1%22)) ###
4+
5+
* [Pull 303](https://github.com/Netflix/RxJava/pull/303) CombineLatest
6+
* [Pull 290](https://github.com/Netflix/RxJava/pull/290) Zip overload with FuncN
7+
* [Pull 302](https://github.com/Netflix/RxJava/pull/302) NPE fix when no package on class
8+
* [Pull 284](https://github.com/Netflix/RxJava/pull/284) GroupBy fixes (items still [oustanding](https://github.com/Netflix/RxJava/issues/282))
9+
* [Pull 288](https://github.com/Netflix/RxJava/pull/288) PublishSubject concurrent modification fixes
10+
* [Issue 198](https://github.com/Netflix/RxJava/issues/198) Throw if no onError handler specified
11+
* [Issue 278](https://github.com/Netflix/RxJava/issues/278) Subscribe argument validation
12+
* Javadoc improvements and many new marble diagrams
13+
314
### Version 0.9.0 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.9.0%22)) ###
415

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

0 commit comments

Comments
 (0)