File tree 1 file changed +13
-0
lines changed
1 file changed +13
-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.11 - August 2, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.11%7C ) )
6
+
7
+ #### Bugfixes
8
+
9
+ - [ Pull 6560] ( https://github.com/ReactiveX/RxJava/pull/6560 ) : Fix NPE when debouncing an empty source.
10
+ - [ Pull 6599] ( https://github.com/ReactiveX/RxJava/pull/6599 ) : Fix ` mergeWith ` not canceling other when the main fails.
11
+ - [ Pull 6601] ( https://github.com/ReactiveX/RxJava/pull/6601 ) : ` ObservableBlockingSubscribe ` compares with wrong object.
12
+ - [ Pull 6602] ( https://github.com/ReactiveX/RxJava/pull/ ) : Fix truncation bugs in ` replay() ` and ` ReplaySubject ` /` Processor ` .
13
+
14
+ #### Documentation changes
15
+
16
+ - [ Pull 6565] ( https://github.com/ReactiveX/RxJava/pull/6565 ) : Fix JavaDocs of ` Single.doOnTerminate ` refer to ` onComplete ` notification.
17
+
5
18
### Version 2.2.10 - June 21, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.10%7C ) )
6
19
7
20
#### Bugfixes
You can’t perform that action at this time.
0 commit comments