From 179bc614276bd8bd81b34735e108a75fd515f535 Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Wed, 6 Apr 2011 11:21:36 -0400 Subject: [PATCH] update changelog --- changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changes.txt b/changes.txt index 879c42712..f360fe621 100644 --- a/changes.txt +++ b/changes.txt @@ -3,13 +3,14 @@ LOVE 0.7.2 [Game Slave] * Added Framebuffer:get/setWrap. * Added love.event.clear. - * Added support for any number of arguments to love.keyboard.isDown. + * Added support for any number of arguments to love.keyboard.isDown and love.mouse.isDown. * Fixed fused games not working. * Fixed ParticleSystem:setSize ignoring the variation argument. * Fixed some file-opening exceptions not being caught. * Fixed files loaded by libmodplug being too loud. * Fixed paths with periods in them not working. + * Fixed love.graphics.getBlendMode not detecting subtractive and multiplicative blend modes. * Updated PhysicsFS version to 2.0.2 on Windows * Updated OpenAL Soft version to 1.13 on Windows