From 21b996e5b4bf4a465fa6932bec739dd60e1dc056 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Thu, 30 Dec 2021 14:00:12 -0400 Subject: [PATCH] Add note in the changelog about LuaJIT 2.1. --- changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changes.txt b/changes.txt index 0b50efb21..4fc9a8b89 100644 --- a/changes.txt +++ b/changes.txt @@ -10,6 +10,7 @@ Released: N/A * Added support for r16, rg16, and rgba16 pixel formats in Canvases. * Added Shader:send(name, matrixlayout, data, ...) variant, whose argument order is more consistent than Shader:send(name, data, matrixlayout, ...). +* Changed all builds and platforms where LOVE provides LuaJIT to use LuaJIT 2.1 instead of 2.0. * Changed love.timer.getTime to start at 0 when the module is first loaded. * Changed certain out-of-Lua-memory situations to show a message box instead of instantly crashing. * Changed the naming scheme of LOVE's embedded Lua files for improved integration with Lua chunkname APIs.