Skip to content

Commit 1220cff

Browse files
Version 0.6.2
1 parent 0010178 commit 1220cff

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES.md

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

3+
### Version 0.6.2 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.6.2%22)) ###
4+
5+
* [Issue 101](https://github.com/Netflix/RxJava/issues/101) Operator: Where (alias to filter)
6+
* [Pull 197](https://github.com/Netflix/RxJava/pull/197) TakeWhile observables do not properly complete
7+
* [Issue 21](https://github.com/Netflix/RxJava/issues/21) Operator: All
8+
* [Pull 206](https://github.com/Netflix/RxJava/pull/206) Observable.toList breaks with multiple subscribers
9+
* [Issue 29](https://github.com/Netflix/RxJava/issues/29) Operator: CombineLatest
10+
* [Issue 211](https://github.com/Netflix/RxJava/issues/211) Remove use of JSR 305 and dependency on com.google.code.findbugs
11+
* [Pull 212](https://github.com/Netflix/RxJava/pull/212) Operation take leaks errors
12+
* [Pull 220](https://github.com/Netflix/RxJava/pull/220) TakeWhile protect calls to predicate
13+
* [Pull 221](https://github.com/Netflix/RxJava/pull/221) Error Handling Improvements - User Provided Observers/Functions
14+
* [Pull 201](https://github.com/Netflix/RxJava/pull/201) Synchronize Observer on OperationMerge
15+
* [Issue 43](https://github.com/Netflix/RxJava/issues/43) Operator: Finally
16+
317
### Version 0.6.1 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.6.1%22)) ###
418

519
* [Pull 190](https://github.com/Netflix/RxJava/pull/190) Fix generics issue with materialize() that prevented chaining

0 commit comments

Comments
 (0)