From 1a289e97fdf426c1aceae2ac6152ba768976597d Mon Sep 17 00:00:00 2001 From: Tony Arnold Date: Wed, 29 Jun 2016 11:31:21 +1000 Subject: [PATCH] =?UTF-8?q?Add=20information=20about=20resolved=20static?= =?UTF-8?q?=20analysis=20issues=20in=20RxCocoa=E2=80=99s=20Objective-C=20c?= =?UTF-8?q?lasses=20to=20the=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd74026..e9a117d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. * Adds `rx_title` to `UIViewController`. * Adds `rx_scrollEnabled` to `UIScrollView`. +* Resolve static analysis issues relating to non-use of an assigned value, and potential null dereferences in RxCocoa's Objective-C classes. ## [2.5.0](https://github.com/ReactiveX/RxSwift/releases/tag/2.5.0)