From 87b6f5e6db8e73f93cea0c139913756be78a21d8 Mon Sep 17 00:00:00 2001 From: Daniel Sperl Date: Fri, 30 Sep 2016 10:24:50 +0200 Subject: [PATCH] updated changelog for v2.1 final --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8093dbf..177126a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ version 2.1 - 2016-09-29 - updated API documentation about anti-aliasing of RenderTextures - updated all modules to use AIR 22 - updated documentation of 'DisplayObject' +- updated constructor of 'BitmapFont' class for better consistency - fixed problems caused by sharing 'Painter' across Starling instances (no longer sharing it) - fixed black screen on app-reactivation with 'skipUnchangedFrames' enabled on Android - fixed that 'CompositeFilter' clamped layer's alpha value @@ -56,6 +57,7 @@ version 2.1 - 2016-09-29 - fixed 'jiggling' of DropShadow- and GlowFilter - fixed incorrect quad bounds when using skewing - fixed that object alpha was not considered in 'RenderTexture.draw' +- fixed that Painter was not disposed correctly version 2.0.1 - 2016-04-28 --------------------------