Skip to content

Commit ae073dd

Browse files
Update CHANGES.md
1 parent 8eb2c75 commit ae073dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

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

5-
* [Pull 407](https://github.com/Netflix/RxJava/pull/407) Implemented RefCount Operator
6-
* [Pull 410](https://github.com/Netflix/RxJava/pull/410) Implemented the 'Contains' operator
5+
* [Pull 407](https://github.com/Netflix/RxJava/pull/407) Operator: RefCount
6+
* [Pull 410](https://github.com/Netflix/RxJava/pull/410) Operator: Contains
77
* [Pull 411](https://github.com/Netflix/RxJava/pull/411) Unit Test fix: update counter before triggering latch
88
* [Pull 413](https://github.com/Netflix/RxJava/pull/413) Fixed the issues of takeLast(items, 0) and null values
9-
* [Pull 414](https://github.com/Netflix/RxJava/pull/414) Implemented the 'SkipLast' operator
10-
* [Pull 415](https://github.com/Netflix/RxJava/pull/415) Implemented the 'Empty' operator with scheduler
11-
* [Pull 416](https://github.com/Netflix/RxJava/pull/416) Implemented the 'Throw' operator with scheduler
9+
* [Pull 414](https://github.com/Netflix/RxJava/pull/414) Operator: SkipLast
10+
* [Pull 415](https://github.com/Netflix/RxJava/pull/415) Operator: Empty with scheduler
11+
* [Pull 416](https://github.com/Netflix/RxJava/pull/416) Operator: Throw with scheduler
1212
* [Pull 420](https://github.com/Netflix/RxJava/pull/420) Scala Adaptor Improvements
1313
* [Pull 422](https://github.com/Netflix/RxJava/pull/422) JRuby function wrapping support
14-
* [Pull 424](https://github.com/Netflix/RxJava/pull/424) Implemented the 'IgnoreElements' operator
14+
* [Pull 424](https://github.com/Netflix/RxJava/pull/424) Operator: IgnoreElements
1515
* [Pull 426](https://github.com/Netflix/RxJava/pull/426) PublishSubject ReSubscribe for publish().refCount() Behavior
1616

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

0 commit comments

Comments
 (0)