From 1e8298260c0fb6c602bc4fb2d7552fbffb101cea Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 23 Jul 2015 18:30:53 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713a49b8b..f4a3dd544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +2.5.2 (07/23/2015) +------------------ + +* Added support for automatic software fallback on native platforms +* Improved the behavior of image getPixel/setPixel +* Fixed native fillRect/floodFill when using certain color values +* Improved color conversion support for Flash +* Fixed issue preventing Neko from reading 32-bit integers correctly + + 2.5.1 (07/21/2015) ------------------