aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98d99498..c0b781e0 100644
--- a/NEWS
+++ b/NEWS
@@ -90,6 +90,12 @@ Changes from 4.1.x to 4.2.0
22. Passing negative operands to any of the bitwise functions now
produces a fatal error.
+23. The C API has undergone changes that break both binary and source
+ code compatibility with the previous version. Thus the API version
+ is now at 2.0. YOU WILL NEED TO REVISE YOUR EXTENSIONS to work
+ with this version of gawk. Fortunately, the changes are fairly
+ minor and straightforward.
+
Changes from 4.1.3 to 4.1.4
---------------------------