From 966734d9d7247281c19197d38e4bfd98e0e34793 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Fri, 18 Mar 2016 23:08:52 +0100 Subject: [PATCH] Updates `CHANGELOG.md`. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 237157f0d..591772787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.