Browse Source

added a few more changes

Bill Meltsner 15 years ago
parent
commit
1c53819a04
1 changed files with 2 additions and 0 deletions
  1. 2 0
      changes.txt

+ 2 - 0
changes.txt

@@ -8,9 +8,11 @@ LOVE 0.7.0
   * Added Font:getWrap.
   * Added Font:getWrap.
   * Added identity field to love.conf.
   * Added identity field to love.conf.
   * Enabled love.filesystem.FileData.
   * Enabled love.filesystem.FileData.
+  * debug is now usable as a variable name.
   * Fixed bug where love.audio.pause and friends were acting on everything, not just the passed Source.
   * Fixed bug where love.audio.pause and friends were acting on everything, not just the passed Source.
   * Fixed setFixedRotation enabling other flags.
   * Fixed setFixedRotation enabling other flags.
   * Fixed a bug in the loader (for require).
   * Fixed a bug in the loader (for require).
+  * Fixed a bug where ParticleSystem::setSprite did not retain the new image.
   * Invalid FSAA values now fall back to working ones (or none at all).
   * Invalid FSAA values now fall back to working ones (or none at all).
   * Cleaned up traceback in error screen.
   * Cleaned up traceback in error screen.
   * Moved fonts to love.font (from love.graphics), only rendering remains in love.graphics.
   * Moved fonts to love.font (from love.graphics), only rendering remains in love.graphics.