Skip to content

Commit

Permalink
0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjchristensen committed Apr 25, 2014
1 parent cc85f0e commit 12e5512
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# RxJava Releases #

### Version 0.18.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.18.1%22)) ###

* [Pull 1065] (https://github.com/Netflix/RxJava/pull/1065] Optimize OperatorSkipLastTimed
* [Pull 1073] (https://github.com/Netflix/RxJava/pull/1073] OperatorBuffer
* [Pull 1074] (https://github.com/Netflix/RxJava/pull/1074] OperatorConcat
* [Pull 1088] (https://github.com/Netflix/RxJava/pull/1088] OperatorToObservableFuture
* [Pull 1087] (https://github.com/Netflix/RxJava/pull/1087] OperatorMergeMap
* [Pull 1086] (https://github.com/Netflix/RxJava/pull/1086] OperatorFinallyDo
* [Pull 1085] (https://github.com/Netflix/RxJava/pull/1085] OperatorDistinctUntilChanged
* [Pull 1084] (https://github.com/Netflix/RxJava/pull/1084] OperatorDistinct
* [Pull 1083] (https://github.com/Netflix/RxJava/pull/1083] OperatorDematerialize
* [Pull 1081] (https://github.com/Netflix/RxJava/pull/1081] OperatorDefer
* [Pull 1080] (https://github.com/Netflix/RxJava/pull/1080] OperatorDefaultIfEmpty
* [Pull 1079] (https://github.com/Netflix/RxJava/pull/1079] OperatorCombineLatest
* [Pull 1074] (https://github.com/Netflix/RxJava/pull/1074] OperatorConcat
* [Pull 1073] (https://github.com/Netflix/RxJava/pull/1073] OperatorBuffer
* [Pull 1091] (https://github.com/Netflix/RxJava/pull/1091] Handle Thrown Errors with UnsafeSubscribe
* [Pull 1092] (https://github.com/Netflix/RxJava/pull/1092] Restore ObservableExecutionHook.onCreate

### Version 0.18.0 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.18.0%22)) ###

This release takes us a step closer to [1.0](https://github.com/Netflix/RxJava/issues/1001) by completing some of the remaining work on the roadmap.
Expand Down

0 comments on commit 12e5512

Please sign in to comment.