Skip to content

Commit 435a279

Browse files
Merge branch 'master' of github.com:Netflix/RxJava into completenesstest
2 parents 61ff944 + 380932a commit 435a279

File tree

4 files changed

+9
-607
lines changed

4 files changed

+9
-607
lines changed

CHANGES.md

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

3+
### 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)) ###
4+
5+
* [Pull 389](https://github.com/Netflix/RxJava/pull/389) Scala Adaptor Improvements
6+
* [Pull 382](https://github.com/Netflix/RxJava/pull/382) Removing deprecated RxImplicits from rxjava-scala
7+
* [Pull 381](https://github.com/Netflix/RxJava/pull/381) Operator: mapWithIndex
8+
* [Pull 380](https://github.com/Netflix/RxJava/pull/380) Implemented `distinct` and `distinctUntilChanged` variants using a comparator
9+
* [Pull 379](https://github.com/Netflix/RxJava/pull/379) Make `interval` work with multiple subscribers
10+
311
### Version 0.13.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.13.1%22)) ###
412

513
This release includes a new Scala adaptor as part of the effort from issue https://github.com/Netflix/RxJava/issues/336 pursuing idiomatic Scala support.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.13.2-SNAPSHOT
1+
version=0.13.3-SNAPSHOT

language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/RxImplicits.scala

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)