aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 243765a0..79fcda6f 100644
--- a/NEWS
+++ b/NEWS
@@ -16,9 +16,13 @@ Changes from 4.0.1 to 4.1
2. The new -l option is used for loading dynamic extensions.
-3. Gawk now supports high precision arithmetic with MPFR.
+3. The new -i option is used for loading awk library files.
-4. A number of facilities from xgawk have been merged in!
+4. Gawk now supports high precision arithmetic with MPFR.
+
+5. A number of facilities from xgawk have been merged in!
+
+6. The dynamic extension interface has been completely redone! See the doc.
Changes from 4.0.1 to 4.0.2
---------------------------