diff --git a/changes.txt b/changes.txt index 94d50ad10..f25e64011 100644 --- a/changes.txt +++ b/changes.txt @@ -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.