From 9ec8b0e6ea7cec79c4a9c54f84c70de911542129 Mon Sep 17 00:00:00 2001 From: Ben Christensen Date: Wed, 18 Sep 2013 23:29:20 -0700 Subject: [PATCH] Version 0.13.4 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d1958d73e7..f356aecb7f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ # RxJava Releases # +### Version 0.13.4 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.13.4%22)) ### + +* [Pull 393](https://github.com/Netflix/RxJava/pull/393) Parallel Operator & ObserveOn/ScheduledObserver Fixes +* [Pull 394](https://github.com/Netflix/RxJava/pull/394) Change Interval and Sample default Scheduler +* [Pull 391](https://github.com/Netflix/RxJava/pull/391) Fix OSGI support for rxjava-scala + +### Version 0.13.3 + +* Upload to Sonatype failed so version skipped + ### Version 0.13.2 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.13.2%22)) ### * [Pull 389](https://github.com/Netflix/RxJava/pull/389) Scala Adaptor Improvements