From 03a368c190db5522ca82c17f1058d3e79c79cb18 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Fri, 10 Jun 2011 14:43:23 +0200 Subject: [PATCH] Update changelog --- changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes.txt b/changes.txt index 9b44ea3f5..8938e49ea 100644 --- a/changes.txt +++ b/changes.txt @@ -18,6 +18,10 @@ LOVE 0.8.0 [Name pending] * Fixed love.graphics.push/pop capable of causing overflows/underflows. * Fixed setScissor on framebuffers. * 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. + + * Renamed SpriteBatch's lock/unlock to bind/unbind. * Updated love.joystick to be 1-indexed. * Updated love.thread to use get/set instead of send/receive.