Difference between revisions of "11.2"

(Update changelog)
m
 
(One intermediate revision by one other user not shown)
Line 17: Line 17:
 
* Fixed various issues with running on macOS 10.14.
 
* Fixed various issues with running on macOS 10.14.
 
* Fixed compatibility with Lua 5.2 and 5.3.
 
* Fixed compatibility with Lua 5.2 and 5.3.
 +
* Fixed [[love.system.openURL]] crashing on Android in some cases.
 
* Fixed the explicit format + [[Data]] argument variant of [[love.data.decompress]].
 
* Fixed the explicit format + [[Data]] argument variant of [[love.data.decompress]].
 
* Fixed [[love.joystick.setGamepadMapping]] not being able to change existing mappings.
 
* Fixed [[love.joystick.setGamepadMapping]] not being able to change existing mappings.
Line 25: Line 26:
  
 
[[Category:Versions]]
 
[[Category:Versions]]
 +
{{#set:InternalVersion=112}}
 +
{{#set:Codename=Mysterious Mysteries}}
 +
{{#set:Status=<span style="color:#0000ff;">Released</span>}}
 +
{{#set:ReleaseDate=2018-11-25}}

Latest revision as of 03:25, 20 December 2018

no-game screen

The codename for LÖVE 11.2 is Mysterious Mysteries. It is currently released.

Changes from 11.1

Additions


Performance Improvements


Fixes