From ab7b3a8125beb1fc42c81d791859879fc3d46cbb Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Tue, 31 Jan 2017 15:32:42 +0100 Subject: [PATCH] Update changelog --- changes.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changes.txt b/changes.txt index 5b50368ca..e410f4ee7 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,19 @@ +LOVE 0.10.3 [Super Toast] +------------------------- + +Released: N/A + + * Added RopeJoint:setMaxLength. + + * Fixed Shader:send and Shader:sendColor ignoring the last argument for an array. + * Fixed a crash when love.graphics.pop is called after a love.window.setMode while the transformation stack was not empty. + * Fixed BezierCurves to error instead of hanging in some situations. + + * Improved command line argument handling. + + * Updated the default error handler to allow copying the error to the clipboard when the user decides to do so. + * Updated love.filesystem.setRequirePath to support multiple template '?' characters in each path. + LOVE 0.10.2 [Super Toast] -------------------------