aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-25 18:44:50 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-25 18:44:50 +0200
commit4e052f031a357a909afa4c3d004c10906041a556 (patch)
treef9ada3d8234a890ebb8562b1a5f7a8e2f97a2fda
parent88847015d69587247007c082cbfad60322fe93f2 (diff)
downloadegawk-4e052f031a357a909afa4c3d004c10906041a556.tar.gz
egawk-4e052f031a357a909afa4c3d004c10906041a556.tar.bz2
egawk-4e052f031a357a909afa4c3d004c10906041a556.zip
Update NEWS file.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b8fbeb1..07ffd0a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * NEWS: Document VMS support updated.
+
2016-01-24 Arnold D. Robbins <arnold@skeeve.com>
Regex: treat [x] as x if x is a unibyte encoding error.
diff --git a/NEWS b/NEWS
index c47d3b29..3eba89f2 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ Changes from 4.1.3 to 4.1.x
5. AIX 7.1 should pass the test suite now. Similar for Minix.
+6. VMS support has been updated.
+
Changes from 4.1.2 to 4.1.3
---------------------------