diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-05 13:30:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-05 13:30:24 +0300 |
commit | 442540d32d7fd7f0880db8640d285b3e90c20e3d (patch) | |
tree | 28a14e3aa52b2109a40eaced82002d4f28a8f862 /doc/ChangeLog | |
parent | 47dce6a7002a8d7b818c19d574d81327b769871b (diff) | |
download | egawk-442540d32d7fd7f0880db8640d285b3e90c20e3d.tar.gz egawk-442540d32d7fd7f0880db8640d285b3e90c20e3d.tar.bz2 egawk-442540d32d7fd7f0880db8640d285b3e90c20e3d.zip |
Allow typed regex in return statement. Update the doc.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 35534200..de6cfbb2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2020-06-05 Arnold D. Robbins <arnold@skeeve.com> + + * gawktexi.in: Improvements in switch statement and typed + regex sections. + 2020-05-15 Arnold D. Robbins <arnold@skeeve.com> * gawkworkflow.texi: Minor updates. |