Add CHANGELOG entry.

This commit is contained in:
freak4pc 2018-10-27 23:17:57 +03:00 committed by Krunoslav Zaher
parent bb01480bd5
commit 25b57d39c6

View File

@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
---
## Master
* Adds `takeUntil(_ behavior:predicate:)`.
## [4.4.0](https://github.com/ReactiveX/RxSwift/releases/tag/4.4.0)
**This release introduces a new framework `RxAtomic` that enables using C11 atomic primitives in RxSwift as a replacement for deprecated `OSAtomic*` functions.**
@ -21,6 +23,7 @@ All notable changes to this project will be documented in this file.
* Fixes problem with `UISearchBar.text` property not triggering update when cancel button is tapped. #1714
* Updates watchos minimum target to 3.0. #1752
## [4.3.1](https://github.com/ReactiveX/RxSwift/releases/tag/4.3.1)
#### Anomalies