We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbe51d commit 83f2bd7Copy full SHA for 83f2bd7
CHANGES.md
@@ -2,6 +2,14 @@
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.1.16 - June 26, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.16%7C))
6
+
7
+This is a hotfix release for a late-identified issue with `concatMapMaybe` and `concatMapSingle`.
8
9
+#### Bugfixes
10
11
+- [Pull 6060](https://github.com/ReactiveX/RxJava/pull/6060): Fix `concatMap{Single|Maybe}` null emission on success-dispose race.
12
13
### Version 2.1.15 - June 22, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex.rxjava2%7Crxjava%7C2.1.15%7C))
14
15
#### API changes
0 commit comments