From 25307796cfcf66cb5b98774e050e93f64e0f2cde Mon Sep 17 00:00:00 2001 From: Tim Johnsen Date: Fri, 19 Feb 2016 14:52:38 -0800 Subject: [PATCH] Update CHANGES. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 395747af..3682cecc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ += 1.0.12 (2016-02-19) + + * Fix crash triggered by using certain FLAnimatedImageView initializers (Tim Johnsen @timonus) + + * Fix crash when running demo project on device (Tim Johnsen @timonus) + = 1.0.11 (2016-02-17) * Allow for run loop mode customization (Ignacio Romero Zurbuchen @dzenbot)