Skip to content

Commit

Permalink
Add optimization changes to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Jul 12, 2024
1 parent b33456e commit f063b54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f063b54

Please sign in to comment.