File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed 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.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+
521### Version 2.2.14 - November 2, 2019 ([ Maven] ( http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.14%7C ) )
622
723#### Bugfixes
You can’t perform that action at this time.
0 commit comments