diff --git a/CHANGES.md b/CHANGES.md index ae62bb2dde6..86ad8e8b9b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # RxJava Releases # +### Version 0.7.0 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.7.0%22)) ### + +This release adds the foundations of Rx Schedulers. + +There are still open questions, portions not implemented and assuredly bugs and behavior we didn't understand and thus implemented wrong. + +Please provide bug reports, pull requests or feedback to help us on the road to version 1.0 and get schedulers implemented correctly. + +See https://github.com/Netflix/RxJava/issues/19#issuecomment-15979582 for some known open questions that we could use help answering. + +* [Issue 19](https://github.com/Netflix/RxJava/issues/19) Schedulers + ### Version 0.6.3 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.rxjava%22%20AND%20v%3A%220.6.3%22)) ### * [Pull 224](https://github.com/Netflix/RxJava/pull/224) RxJavaObservableExecutionHook