We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d50c583 commit f3a9cfeCopy full SHA for f3a9cfe
CONTRIBUTORS
@@ -8,3 +8,4 @@ Nicolas Piganeau (npiganeau)
8
Chris Brown (ccbrown)
9
Earncef Sequeira (earncef)
10
Gabriel de Labachelerie (wuzuf)
11
+Martin Dosch (mdosch)
RELEASE_NOTES.md
@@ -1,3 +1,18 @@
1
+Release v1.1.4
2
+==============
3
+
4
+**New Features**
5
6
+* Add the ability to preserve whitespace in leaf elements during indent.
7
+* 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**
12
+* Removed the CDATA preservation change introduced in v1.1.3. It was
13
+ implemented in a way that broke the ability to process XML documents
14
+ encoded using non-UTF8 character sets.
15
16
Release v1.1.3
17
==============
18
0 commit comments