Update changelog

This commit is contained in:
Bart van Strien
2012-07-04 13:54:15 +02:00
parent 915d58c62f
commit a970f1df97
+5
View File
@@ -9,6 +9,7 @@ LOVE 0.8.1 [Rubber Piggy]
* Added basic support for the file:// uri scheme.
* Added love.mouse.setX/setY.
* Added love.filesystem.getIdentity.
* OPTIONAL: Added support for GME.
* Fixed crashes with font drawing on some ATI cards.
* Fixed scaling in several love.physics functions.
@@ -18,6 +19,10 @@ LOVE 0.8.1 [Rubber Piggy]
* Fixed memory leak in the mp3 decoder.
* Fixed sound issues with some versions of OpenAL soft, by enabling direct channels.
* Fixed 'random' hangs in audio.
* Fixed love.graphics.getLineWidth returning incorrect values.
* Fixed possible memory leak in utf-8 decoder.
* Moved love's startup to modules/love.
* Renamed love's boot script to 'love.boot', which can be required.