We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52346a1 commit ea2c796Copy full SHA for ea2c796
CHANGES.md
@@ -2,6 +2,16 @@
2
3
The changelog of version 1.x can be found at https://github.com/ReactiveX/RxJava/blob/1.x/CHANGES.md
4
5
+### Version 2.2.16 - December 15, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.16%7C))
6
+
7
+#### Bugfixes
8
9
+ - [Pull 6754](https://github.com/ReactiveX/RxJava/pull/6754): Fix `amb`, `combineLatest` and `zip` `Iterable` overloads throwing `ArrayStoreException` for `ObservableSource`s.
10
11
+#### Documentation changes
12
13
+ - [Pull 6746](https://github.com/ReactiveX/RxJava/pull/6746): Fix self-see references, some comments.
14
15
### Version 2.2.15 - November 24, 2019 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.2.15%7C))
16
17
#### Bugfixes
0 commit comments