From f063b5446753b9226b694ada74e1ec5777e7edc3 Mon Sep 17 00:00:00 2001 From: Paul de Vrieze Date: Fri, 12 Jul 2024 13:57:52 +0100 Subject: [PATCH] Add optimization changes to the changelog. --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index 28f24f27b..5dcc05ee2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ #0.90.2-SNAPSHOT Changes: +- Extensive optimization of decoding (serialization), parsing + (KtXmlReader) including the creation of the xmlDescriptors. +- Add a new preset `fast` for a config/policy that chooses speed over + verification (such as element order). It still requires "correct" + xml files. - Add "work in progress" xml schema module to the dev branch. This is not yet ready for release (but will parse most xml schemas) - Have the XmlReader.{version,standalone,encoding} properties be