aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-11 15:14:33 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-11 15:14:33 +0200
commit663aff4ae012468c54d2e994e839d0e75210ef80 (patch)
treeb65cc16d7e36cab817c5ad64611fdb54c8a3ad1a /NEWS
parentfeebb01f31e29740b050da1531416c90a12352ca (diff)
downloadegawk-663aff4ae012468c54d2e994e839d0e75210ef80.tar.gz
egawk-663aff4ae012468c54d2e994e839d0e75210ef80.tar.bz2
egawk-663aff4ae012468c54d2e994e839d0e75210ef80.zip
Squashed merge of feature/namespaces. Add code and doc.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25a5a6a4..e5f34f88 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,13 @@ Changes from 4.2.x to 5.0.0
from scratch. As a result, comments in many corner cases that were
previously lost are now included in the formatted output.
+7. Namespaces have been implemented! See the manual. One consequence of this
+ is that file included with -i, read with -f, and command line program
+ segments must all be self-contained syntactic units. E.g., you can no
+ longer do something like this:
+
+ gawk -e 'BEGIN {' -e 'print "hello" }'
+
Changes from 4.2.1 to 4.2.2
---------------------------