Skip to content

Commit 1b8840a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a759070 + ba2c1f9 commit 1b8840a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

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

3+
### Version 0.14.11 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.14.11%22)) ###
4+
5+
* [Pull 486](https://github.com/Netflix/RxJava/pull/486) BugFix: AsyncSubject
6+
* [Pull 483](https://github.com/Netflix/RxJava/pull/483) Tweaks to DoOnEach and added DoOnError/DoOnCompleted
7+
8+
This has a very slight breaking change by removing one `doOnEach` overload. The version was not bumped from 0.14 to 0.15 as it is so minor and the offending method was just released in the previous version.
9+
310
### Version 0.14.10 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.14.10%22)) ###
411

512
* [Pull 481](https://github.com/Netflix/RxJava/pull/481) Operator: Using

gradle.properties

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

0 commit comments

Comments
 (0)