From 73a4175a30140f2d78fdbf7d18f23d67ffeeb460 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Mon, 27 Sep 2010 21:10:50 +0200 Subject: [PATCH] Updated changelog --- changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes.txt b/changes.txt index 4e5315733..d5f84ab8e 100644 --- a/changes.txt +++ b/changes.txt @@ -19,6 +19,7 @@ LOVE 0.7.0 [Game Slave] * Added body:getAllowSleeping. * Added shape:getBody. * Added love.filesystem.FileData for public usage. + * Added base64 support for love.filesystem.FileData. * 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. @@ -35,6 +36,9 @@ LOVE 0.7.0 [Game Slave] * Fixed OS X not properly using UTIs for .love files. * Fixed the modplug decoder not properly handeling files that fail to load. * Fixed a memory leak in setFont. + * Fixed bug where errors in threads wouldn't get picked up by demand. + * Fixed part of the bug with newlines when scaling text (rotating still messes up the lines). + * Fixed the bug where newImageFont would try to created ImageData out of ImageData. * Changed fonts, they're now po2 safe. * Changed the traceback in the error screen.