Skip to content

Commit af43408

Browse files
1.0.0-rc.6
1 parent 4d652ab commit af43408

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# RxJava Releases #
22

3+
### Version 1.0.0-rc.6 – October 10th 2014 ([Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.0-rc.6%7C)) ###
4+
5+
This release is primarily bug fixes along with API cleanup by renaming `longCount` to `countLong` to be alphabetically sorted alongside `count`.
6+
7+
* [Pull 1745] (https://github.com/ReactiveX/RxJava/pull/1745) SerializedSubject
8+
* [Pull 1746] (https://github.com/ReactiveX/RxJava/pull/1746) Fatal System.err Logs on Unhandled Exceptions
9+
* [Pull 1743] (https://github.com/ReactiveX/RxJava/pull/1743) Subject Error Handling
10+
* [Pull 1742] (https://github.com/ReactiveX/RxJava/pull/1742) EmptyObserver and TestObserver
11+
* [Pull 1740] (https://github.com/ReactiveX/RxJava/pull/1740) longCount -> countLong
12+
* [Pull 1736] (https://github.com/ReactiveX/RxJava/pull/1736) Fix TrampolineScheduler NullPointerException
13+
* [Pull 1738] (https://github.com/ReactiveX/RxJava/pull/1738) Delay Operator with Reactive Pull Backpressure
14+
* [Pull 1739] (https://github.com/ReactiveX/RxJava/pull/1739) Fix Slow Non-deterministic Test
15+
* [Pull 1731] (https://github.com/ReactiveX/RxJava/pull/1731) Remove Unused Code
16+
* [Pull 1733] (https://github.com/ReactiveX/RxJava/pull/1733) Move To Proper Location
17+
* [Pull 1747] (https://github.com/ReactiveX/RxJava/pull/1747) Cleanup: final and utility classes
18+
319
### Version 1.0.0-rc.5 – October 6th 2014 ([Maven Central](http://search.maven.org/#artifactdetails%7Cio.reactivex%7Crxjava%7C1.0.0-rc.5%7C)) ###
420

521
* [Pull 1729] (https://github.com/ReactiveX/RxJava/pull/1729) CombineLatest: Request Up When Dropping Values

0 commit comments

Comments
 (0)