diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-04 09:38:16 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-04 09:38:16 +0300 |
commit | 6d5ca1dac2acd1d4f18c291e35582e5d94e936cb (patch) | |
tree | 5632b87a48b5a3b98ec789e172308170113e6c25 /NEWS | |
parent | 6fba98cc55aaba2b8819eaaca927c24c480cc332 (diff) | |
parent | 85841e09dbba069e449b6f3e7373f87db1672573 (diff) | |
download | egawk-6d5ca1dac2acd1d4f18c291e35582e5d94e936cb.tar.gz egawk-6d5ca1dac2acd1d4f18c291e35582e5d94e936cb.tar.bz2 egawk-6d5ca1dac2acd1d4f18c291e35582e5d94e936cb.zip |
Merge branch 'master' into feature/bool
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -61,7 +61,13 @@ Changes from 5.1.0 to 5.1.1 11. Handling of Infinity and NaN values has been improved. -xx. There have been numerous minor code cleanups and bug fixes. See the +12. There has been a general tightening up of the use of const and + of types. + +13. The "no effect" lint warnings have been fixed up and now behave + more sanely. + +14. There have been numerous minor code cleanups and bug fixes. See the ChangeLog for details. Changes from 5.0.1 to 5.1.0 |