Browse Source

Updated the changelog to reflect bugfix as described in issue #67

Bart van Strien 15 years ago
parent
commit
99abe5ae19
1 changed files with 2 additions and 1 deletions
  1. 2 1
      changes.txt

+ 2 - 1
changes.txt

@@ -19,7 +19,7 @@ LOVE 0.7.0 [Game Slave]
   * Added body:getAllowSleeping.
   * Added shape:getBody.
   * Added love.filesystem.FileData for public usage.
-  
+
   * 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.
   * Fixed setFixedRotation enabling other flags.
@@ -34,6 +34,7 @@ LOVE 0.7.0 [Game Slave]
   * Fixed a bunch of compiler warnings.
   * 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.
 
   * Changed fonts, they're now po2 safe.
   * Changed the traceback in the error screen.