From 5603c8915b1ec39b0fa484f6457a3229c2d6a2a0 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Thu, 17 Mar 2022 23:41:16 +0800 Subject: [PATCH] Update changelog for getPreferredLocales and localechanged. --- changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes.txt b/changes.txt index 733d3a298..a30a5f322 100644 --- a/changes.txt +++ b/changes.txt @@ -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.