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.15 - November 24, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.15%7C ) )
6
+
7
+ #### Bugfixes
8
+
9
+ - [ Pull 6715] ( https://github.com/ReactiveX/RxJava/pull/6715 ) : Fix ` MulticastProcessor ` not requesting more after limit is reached.
10
+ - [ Pull 6710] ( https://github.com/ReactiveX/RxJava/pull/6710 ) : Fix concurrent ` clear ` in ` observeOn ` while output-fused.
11
+ - [ Pull 6720] ( https://github.com/ReactiveX/RxJava/pull/6720 ) : Fix ` parallel() ` on grouped flowable not replenishing properly.
12
+
13
+ #### Documentation changes
14
+
15
+ - [ Pull 6722] ( https://github.com/ReactiveX/RxJava/pull/6722 ) : Update javadoc for ` observeOn ` to mention its eagerness.
16
+
17
+ #### Other changes
18
+
19
+ - [ Pull 6704] ( https://github.com/ReactiveX/RxJava/pull/6704 ) : Add ProGuard rule to avoid ` j.u.c.Flow ` warnings due to RS 1.0.3.
20
+
5
21
### Version 2.2.14 - November 2, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.14%7C ) )
6
22
7
23
#### Bugfixes
You can’t perform that action at this time.
0 commit comments