summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2023-01-22 21:58:33 +0200
committerArnold D. Robbins <arnold@skeeve.com>2023-01-22 21:58:33 +0200
commit6e195e45a972b9c88ab8c5627d09049268b29df0 (patch)
tree4b5ccd84d319e271a954d7cdf2dcf3a05cf09a7f /NEWS
parent7672ce8c8f4819e4a24e26660f1cfe08655735b3 (diff)
downloadgawk-6e195e45a972b9c88ab8c5627d09049268b29df0.tar.gz
Undeprecate the time extension, add strptime, update tests and doc.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0f5b69c2..d6437ce7 100644
--- a/NEWS
+++ b/NEWS
@@ -24,7 +24,10 @@ Changes from 5.2.1 to 5.2.2
5. PROCINFO["pma"] exists if the PMA allocator is compiled into gawk.
Its value is the PMA version.
-6. As usual, there have been several minor code cleanups and bug fixes.
+6. The time extension is no longer deprecated. The strptime() function
+ from gawkextlib's timex extension has been added to it.
+
+7. As usual, there have been several minor code cleanups and bug fixes.
See the ChangeLog for details.
Changes from 5.2.0 to 5.2.1