aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8325dc8..fcf646a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,10 @@
format for error messages. Thanks to Michal Jaegermann for
pointing this out.
+ Unrelated:
+
+ * NEWS: Updated.
+
2015-04-14 Arnold D. Robbins <arnold@skeeve.com>
* builtin.c (do_strftime): Restore checking for negative result and
diff --git a/NEWS b/NEWS
index 040c7c58..0d22d031 100644
--- a/NEWS
+++ b/NEWS
@@ -55,7 +55,10 @@ Changes from 4.1.1 to 4.1.2
with the names of any functions. Gawk has checked for the former
since 3.1.7. With --posix, it now also checks for the latter.
-13. A number of bugs have been fixed. See the ChangeLog.
+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.
Changes from 4.1.0 to 4.1.1
---------------------------