From 6c5dea561d99641f66caed6a6d3b8827a8052205 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Wed, 1 Jul 2020 11:47:09 +0200 Subject: [PATCH] prepare 2.7.2 --- RELEASE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index cd43e7b8..0bf54c65 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,15 @@ # Release Notes +2.7.2 (2020-07-01) + +- #187: Fixed memory leak in HTML5::saveHTML() +- #186: Add special case for end tag
+ +2.7.1 (2020-06-14) + +- #171: add PHP 7.4 job +- #178: Prevent infinite loop on un-terminated entity declaration at EOF + 2.7.0 (2019-07-25) - #164: Drop HHVM support