Update changelog

This commit is contained in:
Bart van Strien
2010-11-28 13:23:29 +01:00
parent 9b7df91797
commit 4de0c004aa
+3 -1
View File
@@ -20,7 +20,9 @@ LOVE 0.7.0 [Game Slave]
* Added shape:getBody.
* Added love.filesystem.FileData for public usage.
* Added base64 support for love.filesystem.FileData.
* Added table support for love.graphics.setColor.
* Added table support for love.graphics.setColor and love.graphics.setBackgroundColor.
* Added love.graphics.hasFocus().
* Added ?/init.lua to the loader.
* Fixed the debug module not being an upvalue of the error handlers. (you can now override debug)
* Fixed some cases when love.audio.pause and friends, were acting on everything, not just the passed Source.