From 443dd49aedf98d7d8fba8a217fad629f6cc61da2 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Wed, 4 Aug 2010 13:41:21 +0200 Subject: [PATCH] Updated changelog --- changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index b04336485..5cc58867c 100644 --- a/changes.txt +++ b/changes.txt @@ -16,7 +16,8 @@ LOVE 0.7.0 * Fixed bug where love.audio.pause and friends were acting on everything, not just the passed Source. * Fixed setFixedRotation enabling other flags. * Fixed a bug in the loader (for require). - * Fixed a bug where ParticleSystem::setSprite did not retain the new image. + * Fixed a bug where ParticleSystem::setSprite did not retain the new image. + * Fixed a bug where images would lose their settings (wrapping, filters) when setMode as called. * Invalid FSAA values now fall back to working ones (or none at all). * Cleaned up traceback in error screen. * Moved fonts to love.font (from love.graphics), only rendering remains in love.graphics.