File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
4
4
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
+
5
21
### Version 2.2.6 - January 23, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.6%7C ) )
6
22
7
23
#### API enhancements
You can’t perform that action at this time.
0 commit comments