aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0d22d031..f5c0baf2 100644
--- a/NEWS
+++ b/NEWS
@@ -58,7 +58,11 @@ Changes from 4.1.1 to 4.1.2
13. The test suite should check for necessary locales and skip the tests
where it matters if support isn't what it should be.
-14. A number of bugs have been fixed. See the ChangeLog.
+14. Gawk now expects to be compiled on a system with multibyte character
+ support. Systems without such support, at least at the C language
+ level, are so obsolete as to not be worth supporting anymore.
+
+15. A number of bugs have been fixed. See the ChangeLog.
Changes from 4.1.0 to 4.1.1
---------------------------