Updates `CHANGELOG.md`.

This commit is contained in:
Krunoslav Zaher 2016-03-18 23:08:52 +01:00
parent 40e2d4a086
commit 966734d9d7
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file.
#### Anomalies
* Fixes anomaly with synchronization in disposable setter of `SingleAssignmentDisposable`.
* Improves `DelegateProxy` memory management.
* Fixes anomaly during two way binding of `UITextView` text value.
* Improves `single` operator so it handles reentrancy better.