aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d3681b63..5563f1ef 100644
--- a/NEWS
+++ b/NEWS
@@ -54,10 +54,14 @@ Changes from 5.1.0 to 5.1.1
14. The manual has been updated with much more information about what is
and is not a bug, and the changes in the gawk mailing lists.
-15. Similar to item #4 above, division by zero is now fatal in MPFR
+15. The behavior of strongly-typed regexp constants when passed as the
+ third argument to sub() or gsub() has been clarified in the code and
+ in the manual.
+
+16. Similar to item #4 above, division by zero is now fatal in MPFR
mode, as it is in regular mode.
-16. There have been numerous minor code cleanups and bug fixes. See the
+17. There have been numerous minor code cleanups and bug fixes. See the
ChangeLog for details.
Changes from 5.0.1 to 5.1.0