summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-07-08 16:34:19 +1200
committerOlly Betts <olly@survex.com>2022-07-08 16:34:19 +1200
commit22a4355f340e9a844d5e5d8d0528d767c4808ebb (patch)
tree88373f749329a8e49919acd1431b46428a4e5a6e /RELEASENOTES
parent655da94f360a1e19a8cf72768b2525780fbf29f5 (diff)
downloadswig-22a4355f340e9a844d5e5d8d0528d767c4808ebb.tar.gz
[xml] Move to "Experimental" target language status
The XML target language support is not in good shape and is likely to be removed unless somebody steps up to bring it up to the expected standard (it fails to even meet the criteria for "Experimental" currently). Closes #2213
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index 1fedffc8a..2fad03096 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -14,6 +14,7 @@ SWIG-4.1.0 summary:
- Common cases of `<` and `>` comparisons in constant expressions are now
supported.
- GitHub Actions is now used instead of Travis CI for continuous integration.
+- The "XML" target language has been reclassified as "Experimental".
SWIG-4.0.2 summary:
- A few fixes around doxygen comment handling.