Update changelog for getPreferredLocales and localechanged.

This commit is contained in:
Miku AuahDark
2022-03-17 23:41:16 +08:00
parent 75b1098572
commit 5603c8915b
+2
View File
@@ -42,6 +42,8 @@ Released: N/A
* Added a variant of love.graphics.setColorMask which accepts a single boolean.
* Added new 'clampone' wrap mode.
* Added a variant of Font:getWidth which takes a codepoint number argument.
* Added love.system.getPreferredLocales.
* Added love.localechanged callback.
* Changed the default font from Vera size 12 to Noto Sans size 13.
* Changed the Texture class and implementation to no longer have separate Canvas and Image subclasses.