From 2c37c6c520b995b761674de3be8455a381679067 Mon Sep 17 00:00:00 2001 From: Asmir Mustafic Date: Mon, 4 Sep 2017 14:26:28 +0200 Subject: [PATCH] release note for 2.3.0 --- RELEASE.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2159563..b4ddf82 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,12 @@ # Release Notes +2.3.0 (2017-09-04) + +- #129: image within inline svg breaks system (fixed by #133) +- #131: ² does not work (fixed by #132) +- #134: Improve tokenizer performance by 20% (alternative version of #130 thanks to @MichaelHeerklotz) +- #135: Raw & in attributes + 2.2.2 (2016-09-22) - #116: In XML mode, tags are case sensitive @@ -14,8 +21,7 @@ 2.2.0 (2016-04-11) - #105: Enable composer cache (for CI/CD) -- #100: Use mb_substitute_character inset of ini_set for environments where - ini_set is disable (e.g., shared hosting) +- #100: Use mb_substitute_character inset of ini_set for environments where ini_set is disable (e.g., shared hosting) - #98: Allow link, meta, style tags in noscript tags - #96: Fixed xml:href on svgs that use the "use" breaking - #94: Counting UTF8 characters performance improvement