Skip to content

Commit

Permalink
Fix typo in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmbeaulieu authored and freak4pc committed Mar 3, 2020
1 parent 5703f6c commit cfb0db2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.

---
## [5.1.0](https://github.com/ReactiveX/RxSwift/releases/tag/5.1.0)

* Remove UIWebView Reactive Extensions due to [Apple's hard deprecation, starting April 2020](https://developer.apple.com/news/?id=12232019b). #2062
* Support Mac Catalyst. #2062
* Add compactMap to SharedSequence, Single and Maybe. #1978
* Add UITextField.isSecureTextEntry binder. #1968
* Remove "custom" Result in favor of Foundation.Result. #2006
* Fix compilation error in SharedSequence.createUnsafe. #2014

## [5.0.1](https://github.com/ReactiveX/RxSwift/releases/tag/5.0.1)

* Reverts Carthage integration from using static to dynamic libraries. #1960
Expand Down

0 comments on commit cfb0db2

Please sign in to comment.