From d8228eeea7fd1595e99ec02b36eb34d9129fb3a3 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 11 Apr 2016 00:31:56 +0200 Subject: [PATCH] Adds 2.4 to `CHANGELOG.md`. --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d7e72a..e6997413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. --- +## [2.4](https://github.com/ReactiveX/RxSwift/releases/tag/2.4) + +#### Features + +* adds `Driver.drive` with `Variable` parameter. +* exposes `RxSearchBarDelegateProxy` +* adds `rx_cancelButtonClicked` to `UISearchBar`. +* adds `rx_searchButtonClicked` to `UISearchBar`. +* adds `UISearchController` extensions: + * `rx_didDismiss` + * `rx_didPresent` + * `rx_present` + * `rx_willDismiss` + * `rx_willPresent` + + +#### Anomalies + +* Fixes anomaly with `multicast` disposing subscription. +* Small grammar fixes in code. +* Fixes in documentation. + ## [2.3.1](https://github.com/ReactiveX/RxSwift/releases/tag/2.3.1) #### Features