Browse Source

Update changelog

Bart van Strien 13 years ago
parent
commit
a970f1df97
1 changed files with 5 additions and 0 deletions
  1. 5 0
      changes.txt

+ 5 - 0
changes.txt

@@ -9,6 +9,7 @@ LOVE 0.8.1 [Rubber Piggy]
   * Added basic support for the file:// uri scheme.
   * Added basic support for the file:// uri scheme.
   * Added love.mouse.setX/setY.
   * Added love.mouse.setX/setY.
   * Added love.filesystem.getIdentity.
   * Added love.filesystem.getIdentity.
+  * OPTIONAL: Added support for GME.
 
 
   * Fixed crashes with font drawing on some ATI cards.
   * Fixed crashes with font drawing on some ATI cards.
   * Fixed scaling in several love.physics functions.
   * 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 memory leak in the mp3 decoder.
   * Fixed sound issues with some versions of OpenAL soft, by enabling direct channels.
   * Fixed sound issues with some versions of OpenAL soft, by enabling direct channels.
   * Fixed 'random' hangs in audio.
   * 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.
   * Renamed love's boot script to 'love.boot', which can be required.