From 4de0c004aa6794a37b023171b93c583da4f077e2 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sun, 28 Nov 2010 13:23:29 +0100 Subject: [PATCH] Update changelog --- changes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 6249eb3d7..97501ca79 100644 --- a/changes.txt +++ b/changes.txt @@ -20,7 +20,9 @@ LOVE 0.7.0 [Game Slave] * Added shape:getBody. * Added love.filesystem.FileData for public usage. * Added base64 support for love.filesystem.FileData. - * Added table support for love.graphics.setColor. + * Added table support for love.graphics.setColor and love.graphics.setBackgroundColor. + * Added love.graphics.hasFocus(). + * Added ?/init.lua to the loader. * 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.