From e9a9e38ab71ce42a67c2db23c68d9b0ec4ef81f9 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sat, 2 Jul 2011 18:07:54 +0200 Subject: [PATCH] Update changelog --- changes.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index a4320758a..bd057e66d 100644 --- a/changes.txt +++ b/changes.txt @@ -1,4 +1,4 @@ -LOVE 0.8.0 [Name pending] +LOVE 0.8.0 [Rubber Piggy] ------------------------- * Added release error screen. @@ -21,6 +21,8 @@ LOVE 0.8.0 [Name pending] * Fixed several issues with audio, e.g. clicks and pops in mp3s. * Fixed crashes when bodies were destroyed during collisions. * Fixed bound SpriteBatches corrupting when drawing. + * Fixed thread-safety issues with ImageData. + * Fixed memory leak in audio sources. * Renamed SpriteBatch's lock/unlock to bind/unbind. @@ -31,6 +33,7 @@ LOVE 0.8.0 [Name pending] * Removed framebuffer auto-clearing. * Removed EncodedImageData. + * Removed old syntax for require (with extension). LOVE 0.7.2 [Game Slave] -----------------------