From ec56f3de22d7ab20ab330990ca7365dffad25e50 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Wed, 6 Jan 2010 09:10:47 -0600 Subject: [PATCH] Updated changes.txt --- changes.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changes.txt b/changes.txt index 5d25b8b58..750862994 100644 --- a/changes.txt +++ b/changes.txt @@ -4,10 +4,11 @@ LOVE 0.6.1 * Added Shape:setGroupIndex and getGroupIndex. * Added Body:setFixedRotation and Body:getFixedRotation. * Added icons and file associations for the debs. - * It's now possible to run a .love from Resources in Mac OSX, thanks to stevejohnson and diordna. + * It's now possible to run a .love from Resources in Mac OSX, thanks to Steve Johnson. * Fixed a bug with multiple Sources on the same Music. * Fixed a bug so the mouse doesn't get crippled when the keyboard is disabled. - * The error screen redraws when an event occurs + * The error screen redraws when an event occurs. + * The default love.run() now gracefully handles disabled modules. LOVE 0.6.0 ----------