From 346fb2d88a3f258bb533ad25406c157eace9e3e6 Mon Sep 17 00:00:00 2001 From: Charles Banning Date: Wed, 3 Feb 2021 06:07:20 -0700 Subject: [PATCH] fix doc --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.