diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:41:43 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-10-25 21:41:43 +0300 |
commit | a6852e4b9f87885fb2ee1285f18343b4bdbc91e3 (patch) | |
tree | f4502349ded0d6d0f609b3154de1bcec16d9b476 /NEWS | |
parent | b4f33f6a4588ad62b4cffa05f81ba31ed224bd0d (diff) | |
parent | 8231da563c810ce210ce309ee1a022bad22a1e13 (diff) | |
download | egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.tar.gz egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.tar.bz2 egawk-a6852e4b9f87885fb2ee1285f18343b4bdbc91e3.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 --------------------------- |