From ed00a6743717e62d971d8099f630feb1e70de4f2 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sun, 29 Jan 2017 13:47:39 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad37de3..086c3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ v3.x --- * Rename `closingTag` into `voidTag` like in the official w3c spec. * Provide a `createHtmlTagObject` helper for plugin authors to create new tags. +* Remove build in html minification v2.26.0 ---