From 15258fd24ee4c3da2e4681f41ce9404c74f8b24d Mon Sep 17 00:00:00 2001 From: LeSuisse Date: Mon, 6 Jul 2020 20:36:33 +0200 Subject: [PATCH] Fix typo in the 4.13.0 NEWS: PHP 6.4 never existed (#262) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corresponding PRs (#230, #242) are about PHP 7.4 and PHP 6.4 has never existed 🙂. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8e1b8e4c..0c1fdd79 100644 --- a/NEWS +++ b/NEWS @@ -18,7 +18,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier Thanks Mateusz Turcza for contributing this feature. ! tr@bgcolor attribute is now supported. Thanks Kieran Brahney for this enhancement. -- Further improvements to PHP 6.4 support, contributed by Witold +- Further improvements to PHP 7.4 support, contributed by Witold Wasiczko and Eloy Lafuente. - Fix PSR-0 compatibility. Thanks Jordi Boggiano for contributing part of this fix.