Update changelog for the last time before 0.8.0.

This commit is contained in:
Bill Meltsner
2012-04-02 16:26:54 -04:00
parent 9b9573b2d2
commit 7b64bb8d59
+3
View File
@@ -36,6 +36,8 @@ LOVE 0.8.0 [Rubber Piggy]
* Added SpriteBatch:getImage.
* Added combine color mode.
* Added automatic random seeding to love.run.
* Added support for the subtract BlendMode on older graphics cards.
* Added love._os field, which contains the OS the game is running on.
* Fixed wrapping for single words.
* Fixed tracebacks not showing filenames.
@@ -60,6 +62,7 @@ LOVE 0.8.0 [Rubber Piggy]
* Fixed love's startup time being in the first dt.
* Fixed internal string conversions, they are faster now.
* Fixed (bad) performance of ImageData:paste.
* Fixed love.graphics.toggleFullscreen not maintaining graphics state.
* Renamed SpriteBatch's lock/unlock to bind/unbind.
* Renamed Framebuffer to Canvas.