summaryrefslogtreecommitdiff
path: root/RELEASENOTES
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-01-18 15:36:37 +1300
committerOlly Betts <ojwbetts@gmail.com>2022-01-19 10:07:30 +1300
commit748a9a5452568b90edba7162e5b9376d4837529d (patch)
treedb5ba4ea6ef1393b57b1622e5e1abfe111bbd2b6 /RELEASENOTES
parent8c608d646c611820ad58c85315f23b4499331de7 (diff)
downloadswig-748a9a5452568b90edba7162e5b9376d4837529d.tar.gz
[perl] Require at least Perl 5.8.0
As discussed and agreed in #1629, it's become hard to test with Perl 5.6 or earlier, such old versions are no longer in active use, and 4.1.0 is an appropriate time to make such a change. I've dropped the compatibility code that was obvious to me, but there's probably more that can be cleaned up now.
Diffstat (limited to 'RELEASENOTES')
-rw-r--r--RELEASENOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASENOTES b/RELEASENOTES
index c05ccc4ec..3a596dd46 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -10,6 +10,7 @@ published on the SWIG web site at http://swig.org/release.html.
SWIG-4.1.0 summary:
- Add PHP 8 support.
- PHP wrapping is now done entirely via PHP's C API - no more .php wrapper.
+- Perl 5.8.0 is now the oldest version SWIG supports.
- GitHub Actions is now used instead of Travis CI for continuous integration.
SWIG-4.0.2 summary: