Skip to content

Commit

Permalink
Release 2.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Dec 15, 2019
1 parent 52346a1 commit ea2c796
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md

### Version 2.2.16 - December 15, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.16%7C))

#### Bugfixes

- [Pull 6754](https://github.com/ReactiveX/RxJava/pull/6754): Fix `amb`, `combineLatest` and `zip` `Iterable` overloads throwing `ArrayStoreException` for `ObservableSource`s.

#### Documentation changes

- [Pull 6746](https://github.com/ReactiveX/RxJava/pull/6746): Fix self-see references, some comments.

### Version 2.2.15 - November 24, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.15%7C))

#### Bugfixes
Expand Down

0 comments on commit ea2c796

Please sign in to comment.