aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Vickers <brett@beevik.com>2023-05-11 11:00:57 -0700
committerBrett Vickers <brett@beevik.com>2023-05-11 11:08:11 -0700
commitef16dc119522ba1b62cae9234473c6e6bbfe568a (patch)
tree19631c771a1feda03e7d3a8e625e47d102851a9b
parentecaabe808842728a9fd6cf40f412238ac9a84434 (diff)
downloadgo-etree-upstream-master.tar.gz
Release v1.2.0upstream-master
-rw-r--r--CONTRIBUTORS1
-rw-r--r--RELEASE_NOTES.md11
2 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 2cf0994..da47407 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -9,3 +9,4 @@ Chris Brown (ccbrown)
Earncef Sequeira (earncef)
Gabriel de Labachelerie (wuzuf)
Martin Dosch (mdosch)
+Hugo Wetterberg (hugowetterberg)
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e29bf7c..4a2ce2a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,14 @@
+Release v1.2.0
+==============
+
+**New Features**
+
+* Add the ability to write XML fragments using Token WriteTo functions.
+* Add the ability to re-indent an XML element as though it were the root of
+ the document.
+* Add a ReadSettings option to preserve CDATA blocks when reading and XML
+ document.
+
Release v1.1.4
==============