From 9a61ca7393a93d4106f974151eea6ac6924de4b6 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Tue, 31 Dec 2013 23:06:23 -0400 Subject: [PATCH] Updated changelog --- changes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changes.txt b/changes.txt index 33c484fe0..f6a847686 100644 --- a/changes.txt +++ b/changes.txt @@ -5,9 +5,15 @@ LOVE 0.9.1 [Baby Inspector] * Added Source:clone. * Added ParticleSystem:clone. + * Added Mesh:setWireframe and Mesh:isWireframe for debugging. * Fixed love.graphics.scale with negative values causing incorrect line widths. * Fixed Joystick:isDown using 0-based button index arguments. + * Fixed Source:setPitch to error when infinity or NaN is given. + * Fixed love.graphics.setCanvas() to restore the proper viewport and scissor rectangles. + * Fixed TrueType font glyphs which request a monochrome bitmap pixel mode. + + * Updated the error text for LÖVE’s module searchers when require fails. LOVE 0.9.0 [Baby Inspector] ---------------------------