Updated changes.txt

This commit is contained in:
Bill Meltsner
2010-01-06 09:10:47 -06:00
parent cdc2ead2a8
commit ec56f3de22
+3 -2
View File
@@ -4,10 +4,11 @@ LOVE 0.6.1
* Added Shape:setGroupIndex and getGroupIndex.
* Added Body:setFixedRotation and Body:getFixedRotation.
* Added icons and file associations for the debs.
* It's now possible to run a .love from Resources in Mac OSX, thanks to stevejohnson and diordna.
* It's now possible to run a .love from Resources in Mac OSX, thanks to Steve Johnson.
* Fixed a bug with multiple Sources on the same Music.
* Fixed a bug so the mouse doesn't get crippled when the keyboard is disabled.
* The error screen redraws when an event occurs
* The error screen redraws when an event occurs.
* The default love.run() now gracefully handles disabled modules.
LOVE 0.6.0
----------