We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40a06f commit 6e6c514Copy full SHA for 6e6c514
CHANGES.md
@@ -1,5 +1,12 @@
1
# RxJava Releases #
2
3
+### Version 1.3.6 - February 15, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.6%7C))
4
+
5
+#### Bugfixes
6
7
+- [Pull 5850](https://github.com/ReactiveX/RxJava/pull/5850): Fix a race condition that may make `OperatorMaterialize` emit the wrong signals.
8
+- [Pull 5851](https://github.com/ReactiveX/RxJava/pull/5851): Fix a race condition in `OperatorMerge.InnerSubscriber#onError` causing incorrect terminal event.
9
10
### Version 1.3.5 - January 27, 2018 ([Maven](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.3.5%7C))
11
12
#### Other
0 commit comments