File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33Version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
44
5+ ### Version 2.0.4 - January 4, 2017 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.0.4%7C ) )
6+
7+ ** API enhancements**
8+ - [ Pull 4930] ( https://github.com/ReactiveX/RxJava/pull/4930 ) : Add ` Completable.cache() `
9+
10+ ** Bugfixes**
11+ - [ Pull 4927] ( https://github.com/ReactiveX/RxJava/pull/4927 ) : fix ` timer() ` ` IllegalStateException ` due to bad resource management
12+ - [ Pull 4932] ( https://github.com/ReactiveX/RxJava/pull/4932 ) : Add safeguards to ` generate() `
13+ - [ Pull 4943] ( https://github.com/ReactiveX/RxJava/pull/4943 ) : Fix ` publish(Function) ` not replenishing its internal queue
14+ - [ Pull 4945] ( https://github.com/ReactiveX/RxJava/pull/4945 ) : Fix ` timeout ` with fallback not cancelling/disposing the main source connection.
15+
516### Version 2.0.3 - December 18, 2016 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.0.3%7C ) )
617
718** Bugfixes**
You can’t perform that action at this time.
0 commit comments