aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-12-22 17:29:53 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-12-22 17:29:53 +0200
commit2af62b50e5b9574c0e169fb4d99c4912e56eef1f (patch)
treef4f264291d6597090fb36fc7f7cd725a105f557c /NEWS
parent1358693d2464c89a8d715fa6104ed36b48e45990 (diff)
parent0f15f82e19b32823fe3fdf51052389ca3b60e92e (diff)
downloadegawk-2af62b50e5b9574c0e169fb4d99c4912e56eef1f.tar.gz
egawk-2af62b50e5b9574c0e169fb4d99c4912e56eef1f.tar.bz2
egawk-2af62b50e5b9574c0e169fb4d99c4912e56eef1f.zip
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 98d99498..40bf9cdc 100644
--- a/NEWS
+++ b/NEWS
@@ -90,6 +90,14 @@ 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 binary compatibility with
+ the previous version. Thus the API version is now at 2.0. YOU WILL
+ NEED TO RECOMPILE YOUR EXTENSIONS to work with this version of gawk.
+ Source code compatibility remains intact, although you will get
+ compiler warnings if you do not revise your extensions. We strongly
+ recommend that you do so. Fortunately, the changes are fairly minor
+ and straightforward.
+
Changes from 4.1.3 to 4.1.4
---------------------------