From 29f8667cbcfbbb6ee011b62f541086f7a67d024b Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Wed, 19 Dec 2018 21:52:46 -0400 Subject: [PATCH] Update changelog --- changes.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changes.txt b/changes.txt index 95a96e0d4..c147936ed 100644 --- a/changes.txt +++ b/changes.txt @@ -1,3 +1,19 @@ +LOVE 11.3 [Mysterious Mysteries] +-------------------------------- + +Released: N/A + +* Added love.math.colorToBytes and love.math.colorFromBytes. +* Added love.window.getDisplayOrientation and a love.displayrotated callback. +* Added love.window.get/setVSync, to allow setting vsync without recreating the window. + +* Fixed the deprecation system not fully restarting when love.event.quit("restart") is used. +* Fixed love.math.hash returning an incorrect hash for certain input sizes. +* Fixed Source:setEffect(name, true) and Source:getEffect(name) when the effect has no associated Filter. +* Fixed love.audio.newSource(filename, "queue") to cause a Lua error. +* Fixed a pixel shader performance regression on some graphics drivers when OpenGL 3 or OpenGL ES 3 is used. +* Fixed automatic batching performance to be more consistent on macOS. + LOVE 11.2 [Mysterious Mysteries] --------------------------------