Skip to content

Commit

Permalink
Update the release date
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Jun 8, 2015
1 parent ca353fa commit d69efa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# RxScala Releases

## Version 0.25.0 - TODO ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7C%22rxscala%22%20AND%20g%3A%22io.reactivex%22))
## Version 0.25.0 - June 8th 2015 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7C%22rxscala%22%20AND%20g%3A%22io.reactivex%22))

This release upgrades RxJava to 1.0.11 along with the following enhancements:

* Deprecate `ExperimentalAPIs` and use `@Experimental/@Beta` annotations directly. Unstable APIs wil be labeled `Experimental/Beta` in Scaladoc.
* Change `error[T]` to `error: Observable[Nothing]`
* Add `TestSubscriber` and its examples. Writing unit tests is much easier now.
* Add `TestSubscriber` and its examples. Writing unit tests is much easier now. See [TestSubscriberExample](https://github.com/ReactiveX/RxScala/blob/0.x/examples/src/test/scala/examples/TestSubscriberExample.scala) for examples.
* Add `onBackpressureLatest` and variants of `flatMap` and `using`.
* Add more experimental methods of `Subject`.
* Move examples to `examples` package: https://github.com/ReactiveX/RxScala/tree/0.x/examples/src/test/scala/examples
Expand Down

0 comments on commit d69efa6

Please sign in to comment.