]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Document improvement done on 2019-05-20.
authorBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:17:46 +0000 (13:17 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 11:17:46 +0000 (13:17 +0200)
* gettext-runtime/NEWS: Document improvement.
* NEWS: Likewise.

NEWS
gettext-runtime/NEWS

diff --git a/NEWS b/NEWS
index 311225c00a8a6ea69d301e6d21f6708934728457..0e90e1cdfa2a5a89c95c46a04feca216de88f77a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ Version 0.20.2 - April 2020
     by xgettext.  The documentation explains how to localize icons.
 
 * Runtime behaviour:
+  - The interpretation of the language preferences on macOS has been improved,
+    especially in the case where a system locale does not exist for the
+    combination of the selected primary language and the selected territory.
   - Fixed a multithread-safety bug on Cygwin and native Windows.
 
 Version 0.20.1 - May 2019
index 71344c54c507b329bb48d3c18225086d68866f99..eafd6415b04eb82ae7e12080b0f09505df13a3e5 100644 (file)
@@ -1,5 +1,9 @@
 Version 0.20.2 - April 2020
 
+* The interpretation of the language preferences on macOS has been improved,
+  especially in the case where a system locale does not exist for the
+  combination of the selected primary language and the selected territory.
+
 * Fixed a multithread-safety bug on Cygwin and native Windows.
 
 Version 0.20 - April 2019