From ae317ccfc2e768c0ecac70802a7dfd183ca0490d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 5 May 2021 09:39:48 +1200 Subject: [PATCH] Update RELEASENOTES for PHP wrapping changes --- RELEASENOTES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES b/RELEASENOTES index 555901087..da60d543f 100644 --- a/RELEASENOTES +++ b/RELEASENOTES @@ -7,8 +7,9 @@ Release Notes Detailed release notes are available with the release and are also published on the SWIG web site at http://swig.org/release.html. -SWIG-4.2.0 summary: +SWIG-4.1.0 summary: - Add PHP 8 support. +- PHP wrapping is now done entirely via PHP's C API - no more .php wrapper. SWIG-4.0.2 summary: - A few fixes around doxygen comment handling.