diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-03 14:21:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-03 14:21:20 +0200 |
commit | a0eb03daf877ecdc38cd3f2d5cd6620fc3a406d3 (patch) | |
tree | c81c503cb8490266520b7f9dd3442af6a09a278d /NEWS | |
parent | fd30fd05540a3a26a525ae9ad519a096c355b6b2 (diff) | |
parent | e38662457d3f502d246921e6084db2c765b74058 (diff) | |
download | egawk-a0eb03daf877ecdc38cd3f2d5cd6620fc3a406d3.tar.gz egawk-a0eb03daf877ecdc38cd3f2d5cd6620fc3a406d3.tar.bz2 egawk-a0eb03daf877ecdc38cd3f2d5cd6620fc3a406d3.zip |
Merge branch 'master' into feature/docit
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ - Copyright (C) 2019, 2020, 2021 Free Software Foundation, Inc. + Copyright (C) 2019, 2020, 2021, 2022 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright @@ -33,6 +33,10 @@ for saving / restoring all of gawk's variables and arrays. 7. The new `gawkbug' script should be used for reporting bugs. +8. The manual page (doc/gawk.1) has been considerably reduced in size. +Wherever possible, details were replaced with references to the online +copy of the manual. + Changes from 5.1.1 to 5.1.2 --------------------------- |