From 73744cca70988626be36db36caeff98daefec9c2 Mon Sep 17 00:00:00 2001 From: Wilson Lin Date: Tue, 9 Aug 2022 12:41:01 +1000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a88f40e..7701391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Drop unmatched closing tags instead of reinterpreting them as opening tags. This avoids the possibility of unintentionally creating a large deep tree due to malformed inputs where there are repeated unmatched closing tags (e.g. broken HTML template). - Fix parallel minification in CLI mode, where some inputs were ignored. - Output file names as they're processed in parallel mode from the CLI. +- Allow self-closing `` tags. ## 0.9.2