From 40febe0a81352010c7f332005d081b03d6fa1748 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 28 Oct 2018 13:41:26 -0300 Subject: [PATCH] Update changelog --- changes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changes.txt b/changes.txt index 22074210d..0db6c8578 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,20 @@ +LOVE 11.2 [Mysterious Mysteries] +-------------------------------- + +Released: N/A + +* Added Source:setAirAbsorption and Source:getAirAbsorption. +* Added Body:setTransform and Body:getTransform. + +* Improved performance of love.graphics.draw slightly on iOS and Android. + +* Fixed filesystem initialization on Windows 10 update 1809. +* Fixed compatibility with Lua 5.2 and 5.3. +* Fixed the explicit format + Data argument variant of love.data.decompress. +* Fixed love.joystick.setGamepadMapping not being able to change existing mappings. +* Fixed a crash on quit on Linux if a custom cursor is active when quitting. +* Fixed a love.graphics.setCanvas error message to be less confusing. + LOVE 11.1 [Mysterious Mysteries] --------------------------------