aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-02 22:18:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-02 22:18:26 +0300
commit24bc20355fa69ea02408b6ed605fa832a6bbc46d (patch)
tree1653eb25fffbd223348708f4639c5228037f25e7 /NEWS
parentbd9f81e572ea6d7a48a352fabc1e8cddcb9d39e7 (diff)
downloadegawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.tar.gz
egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.tar.bz2
egawk-24bc20355fa69ea02408b6ed605fa832a6bbc46d.zip
Remove code allowing non-English letters in identifiers.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4521fd83..eb589425 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,12 @@
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
+Changes from 4.2.0 to 5.0.0
+---------------------------
+
+1. The undocumented configure option and code that enabled the use of
+ non-English "letters" in identifiers is now gone.
+
Changes from 4.1.4 to 4.2.0
---------------------------