From ea6cac44a6a1dc6a4650f7011441d4086320eeb5 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Thu, 20 Aug 2015 16:00:38 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59477b1dd..7eed00845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +2.6.0 (08/20/2015) +------------------ + +* Added support for multiple windows +* Improved Lime application config for multiple windows +* Renamed application.init to application.onWindowCreate +* Changed many application events to include a window reference +* Expanded touch input support, added lime.ui.Touch +* Moved game input events from Window to Gamepad +* Added application onPreloadProgress/onPreloadComplete events +* Added onModuleExit events (for a clean shutdown) +* Added additional key mappings for Flash and HTML5 +* Fixed HTML5 text input with spaces +* Fixed event.remove +* Fixed an issue with software-based windows +* Fixed an unused reference in the Android template +* Fixed "std@module_read" errors on Neko + + 2.5.3 (08/13/2015) ------------------