From 188134aa993d658a78482a2fb09c0d5ae02ce782 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Mon, 4 Dec 2017 03:20:52 -0800 Subject: [PATCH] Fix wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 831a25211..180bea434 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,7 +67,7 @@ Observable.just(1) - Archcomponents updated to 1.0.0 final ([#128](https://github.com/uber/autodispose/issues/128)) - RxJava dependency is now 2.1.7 (to leverage `as()`) ([#141](https://github.com/uber/autodispose/issues/141)) - Kotlin is now updated to 1.2.0 ([#141](https://github.com/uber/autodispose/issues/141)) -- Dokka is wired up, meaning that javadocs found at now have kotlin docs too. ([#126](https://github.com/uber/autodispose/issues/126)) +- Dokka is wired up, meaning that kotlin artifacts now also have exported javadocs. ([#126](https://github.com/uber/autodispose/issues/126)) - `subscribeBy` example extension in the sample app displaying how you can add extension functions to the `*SubscribeProxy` classes. ([#127](https://github.com/uber/autodispose/issues/127)) - `delegateObserver()` APIs on `AutoDisposing` observers have been promoted to stable. Considering they are useful for `subscribeWith()`, we can just keep it observer-based and keep the library more flexible long-term ([#144](https://github.com/uber/autodispose/issues/144))