diff --git a/readme.md b/readme.md index 78863a5..323a747 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,7 @@ For over a year I've wanted to refactor the XML-to-map[string]interface{} decode

Notices

- 2020.12.14: v2.5 - add XmlCheckIsValid toggle to force checking that the encoded XML is valid + 2021.02.02: v2.5 - add XmlCheckIsValid toggle to force checking that the encoded XML is valid 2020.12.14: v2.4 - add XMLEscapeCharsDecoder to preserve XML escaped characters in Map values 2020.10.28: v2.3 - add TrimWhiteSpace option 2020.05.01: v2.2 - optimize map to XML encoding for large XML docs.