File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
44
5+ ### Version 2.2.7 - February 23, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.7%7C ) )
6+
7+ #### API enhancements
8+
9+ - [ Pull 6386] ( https://github.com/ReactiveX/RxJava/pull/6386 ) : Add ` doOnTerminate ` to ` Single ` /` Maybe ` for consistency.
10+
11+ #### Bugfixes
12+
13+ - [ Pull 6405] ( https://github.com/ReactiveX/RxJava/pull/6405 ) : Fix concatEager to dispose sources & clean up properly.
14+ - [ Pull 6398] ( https://github.com/ReactiveX/RxJava/pull/6398 ) : Fix ` window() ` with start/end selector not disposing/cancelling properly.
15+
16+ #### Documentation changes
17+
18+ - [ Pull 6377] ( https://github.com/ReactiveX/RxJava/pull/6377 ) : Expand ` Observable#debounce ` and ` Flowable#debounce ` javadoc.
19+ - [ Pull 6408] ( https://github.com/ReactiveX/RxJava/pull/6408 ) : Improving Javadoc of ` flattenAsFlowable ` and ` flattenAsObservable ` methods.
20+
521### Version 2.2.6 - January 23, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.6%7C ) )
622
723#### API enhancements
You can’t perform that action at this time.
0 commit comments