Update CHANGELOG

This commit is contained in:
Joshua Granick
2015-08-20 16:00:38 -07:00
parent 82fda49baf
commit ea6cac44a6

View File

@@ -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)
------------------