aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--NEWS6
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1cbb919..b2e0214d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* io.c (redirect): Change not_string from int to bool.
* gawkapi.c (api_get_file): Minor stylistic improvements.
+ * NEWS: Updated for retryable I/O and new API function.
2015-03-24 Andrew J. Schorr <aschorr@telemetry-investments.com>
diff --git a/NEWS b/NEWS
index 1613cd8d..0c27c2c0 100644
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,12 @@ Changes from 4.1.x to 4.2.0
system, these files belong in /etc/profile.d, but the appropriate location
may be different on other platforms.
+11. Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]; see
+ the manual.
+
+12. The API minor version has been increased to two; the get_file()
+ API provides access to open redirections. Also see the manual.
+
Changes from 4.1.1 to 4.1.2
---------------------------