summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 431192e0..047f676d 100644
--- a/NEWS
+++ b/NEWS
@@ -66,8 +66,12 @@ Changes from 3.1.8 to 4.0.0
22. Per the GNU Coding Standards, dynamic extensions must now define
a global symbol indicating that they are GPL-compatible. See
the documentation and example extensions.
+ THIS CHANGES BEHAVIOR!!!!
-23. Many code cleanups. Removed code for many old, unsupported systems.
+23. In POSIX mode, string comparisons use strcoll/wcscoll.
+ THIS CHANGES BEHAVIOR!!!!
+
+24. Many code cleanups. Removed code for many old, unsupported systems.
Changes from 3.1.7 to 3.1.8
---------------------------