From 12bfa3ddef383d381ad2ed3174c26f624046cc97 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 2 Jan 2016 00:35:08 +0100 Subject: [PATCH] Updates `CHANGELOG.md` with 2.0.0 changes. --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7102c8..db93524d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. --- +## [2.0.0](https://github.com/ReactiveX/RxSwift/releases/tag/2.0.0) + +#### Features + +* Changes package names to `io.rx.[library]` +* Packages data sources from `RxDataSourceStarterKit` into it's own repository [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) under `RxSwiftCommunity`. +* Removes deprecated APIs. + +#### Anomalies + +* Replaces hacky code that solved anomaly caused by interaction between autocorrect and text controls notification mechanism with proper solution. #333 + ## [2.0.0-rc.0](https://github.com/ReactiveX/RxSwift/releases/tag/2.0.0-rc.0) #### Features