From ab1a2da83a6dbdffe8b17bb21dd978d0bd7ddd2d Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 18 Nov 2020 14:43:18 -0600 Subject: [PATCH] docs: adds CHANGELOG entry for #3 Signed-off-by: Matthew Weier O'Phinney --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b14969..fe6b98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#3](https://github.com/laminas/laminas-xml/pull/3) adds support for PHP 8. Essentially, this library becomes a no-op under PHP 8, as the features that allowed XXE/XEE vectors are removed from the libxml version PHP 8 compiles against. ### Changed @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse ### Removed -- Nothing. +- [#3](https://github.com/laminas/laminas-xml/pull/3) removes support for PHP versions prior to 7.3. ### Fixed