From 3079748f1db3e91a5744ac4c39f1781412d89384 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Sat, 30 May 2015 18:52:53 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 467a8aa93..3e97713ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +2.4.2 (05/30/2015) +------------------ + +* Improved iOS and Android build support +* Add support for application.frameRate +* Reduce cURL connection timeout to 30 seconds +* Improved handling of non-transparent image buffers +* Add cubic support to font decomposition +* Added Cairo window resize handling +* Added Cairo Freetype support +* Added check to remove duplicated references +* Minor fix to image premultiply alpha +* Minor fix to "lime create" command +* Minor fix to rectangle.transform +* Fixed Windows Neko builds when not running on Windows + + 2.4.1 (05/13/2015) ------------------