aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-25 21:41:43 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-25 21:41:43 +0300
commita6852e4b9f87885fb2ee1285f18343b4bdbc91e3 (patch)
treef4502349ded0d6d0f609b3154de1bcec16d9b476 /NEWS
parentb4f33f6a4588ad62b4cffa05f81ba31ed224bd0d (diff)
parent8231da563c810ce210ce309ee1a022bad22a1e13 (diff)
downloadegawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.tar.gz
egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.tar.bz2
egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.zip
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ea2bb600..98d99498 100644
--- a/NEWS
+++ b/NEWS
@@ -87,6 +87,9 @@ Changes from 4.1.x to 4.2.0
21. Pretty printing now uses the original text of constant numeric values for
pretty printing and profiling.
+22. Passing negative operands to any of the bitwise functions now
+ produces a fatal error.
+
Changes from 4.1.3 to 4.1.4
---------------------------