aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-10-25 21:40:16 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-10-25 21:40:16 +0300
commit24e562f07cb9c6d70f49eeb9a74ffba8101ba834 (patch)
tree24ed74f7ff9f6eb8dbb866e09bd9d4d23d0b39e8 /NEWS
parente56b6eabe183ed5fa1352ef0f5f49fb6d894578c (diff)
parent8231da563c810ce210ce309ee1a022bad22a1e13 (diff)
downloadegawk-24e562f07cb9c6d70f49eeb9a74ffba8101ba834.tar.gz
egawk-24e562f07cb9c6d70f49eeb9a74ffba8101ba834.tar.bz2
egawk-24e562f07cb9c6d70f49eeb9a74ffba8101ba834.zip
Merge branch 'master' into feature/nocopy
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1d844966..a06db845 100644
--- a/NEWS
+++ b/NEWS
@@ -82,6 +82,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
---------------------------