summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorJulien Schueller <schueller@phimeca.com>2021-08-05 15:27:00 +0200
committerVadim Zeitlin <vz-swig@zeitlins.org>2021-10-03 16:32:11 +0200
commit42ed181e0816e32e0145bc02bdd4cc0141519de3 (patch)
treebb89829f4455a681079a07be546b2ea6b2d5dd6d /CHANGES.current
parent892db20d1244f2514c4c5deb25078e0b3da9942a (diff)
downloadswig-42ed181e0816e32e0145bc02bdd4cc0141519de3.tar.gz
[CMake] Add option to enable pcre
Closes #2031, #2065.
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index a118132f8..3492e6df6 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -7,6 +7,9 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.1.0 (in progress)
===========================
+2021-10-03: jschueller
+ [CMake] #2065: Add option to enable or disable PCRE support.
+
2021-09-16: ianlancetaylor
[Go] Improved _cgo_panic implementation.