Skip to content

Commit

Permalink
0.26.1 Release Note
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Apr 14, 2016
1 parent d62c565 commit 93ac11a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# RxScala Releases

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

This release upgrades RxJava to 1.1.1 and add Scala 2.12 support. Now you can use RxScala with Scala 2.12.0-M4.

### Pull Requests

* [Pull 189] (https://github.com/ReactiveX/RxScala/pull/189) Upgrade to RxJava 1.1.1 and add missing methods
* [Pull 191] (https://github.com/ReactiveX/RxScala/pull/191) Scala 2.12 support

Artifacts: [Maven Central](http://search.maven.org/#search%7Cga%7C1%7C%22rxscala%22%20AND%20g%3A%22io.reactivex%22)

## Version 0.26.0 - January 26th 2016 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7C%22rxscala%22%20AND%20g%3A%22io.reactivex%22))

This release upgrades RxJava to 1.1.0 and removes deprecated APIs.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ you should use the corresponding version of RxJava as the following table:

| RxScala version | Compatible RxJava version |
| ------------------- | ------------------------- |
| 0.26.1 | 1.1.1+ |
| 0.26.0 | 1.1.0+ |
| 0.25.1 | 1.0.17+ |
| 0.25.0 | 1.0.11+ |
Expand Down

0 comments on commit 93ac11a

Please sign in to comment.