From f3a9cfe7d09014e37a2f98d141ac8d3c52224dfc Mon Sep 17 00:00:00 2001 From: Brett Vickers Date: Mon, 8 May 2023 07:45:25 -0700 Subject: [PATCH] Release v1.1.4 --- CONTRIBUTORS | 1 + RELEASE_NOTES.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 03211a8..2cf0994 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -8,3 +8,4 @@ Nicolas Piganeau (npiganeau) Chris Brown (ccbrown) Earncef Sequeira (earncef) Gabriel de Labachelerie (wuzuf) +Martin Dosch (mdosch) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e0a1cd7..e29bf7c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,18 @@ +Release v1.1.4 +============== + +**New Features** + +* Add the ability to preserve whitespace in leaf elements during indent. +* Add the ability to suppress a document-trailing newline during indent. +* Add choice of XML attribute quoting style (single-quote or double-quote). + +**Removed Features** + +* Removed the CDATA preservation change introduced in v1.1.3. It was + implemented in a way that broke the ability to process XML documents + encoded using non-UTF8 character sets. + Release v1.1.3 ==============