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.10 - June 21, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.10%7C ) )
6
+
7
+ #### Bugfixes
8
+
9
+ - [ Pull 6499] ( https://github.com/ReactiveX/RxJava/pull/6499 ) : Add missing null check to ` BufferExactBoundedObserver ` .
10
+ - [ Pull 6505] ( https://github.com/ReactiveX/RxJava/pull/6505 ) : Fix ` publish().refCount() ` hang due to race.
11
+ - [ Pull 6522] ( https://github.com/ReactiveX/RxJava/pull/6522 ) : Fix ` concatMapDelayError ` not continuing on fused inner source crash.
12
+
13
+ #### Documentation changes
14
+
15
+ - [ Pull 6496] ( https://github.com/ReactiveX/RxJava/pull/6496 ) : Fix outdated links in ` Additional-Reading.md ` .
16
+ - [ Pull 6497] ( https://github.com/ReactiveX/RxJava/pull/6497 ) : Fix links in ` Alphabetical-List-of-Observable-Operators.md ` .
17
+ - [ Pull 6504] ( https://github.com/ReactiveX/RxJava/pull/6504 ) : Fix various Javadocs & imports.
18
+ - [ Pull 6506] ( https://github.com/ReactiveX/RxJava/pull/6506 ) : Expand the Javadoc of ` Flowable ` .
19
+ - [ Pull 6510] ( https://github.com/ReactiveX/RxJava/pull/6510 ) : Correct "Reactive-Streams" to "Reactive Streams" in documentation.
20
+
5
21
### Version 2.2.9 - May 30, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.9%7C ) )
6
22
7
23
#### Bugfixes
You can’t perform that action at this time.
0 commit comments