Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Mar 27, 2022
1 parent 87c3f37 commit b2c5b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -2,9 +2,9 @@

## 6.0.0 (unpublished)

* Significantly improved error handling to include more information, such as tag names and location in the parsed source.
* Use the pull-based parser for all parsing operations:
* Operations like `XmlDocument.parse(String input)` are up to 30% faster!
* Significantly improve parsing performance between 10 and 30%.
* Improved error handling to include more information, such as tag names and location in the parsed source.
* Use the pull-based parser for all underlying parsing operations:
* Reduce size of library by removing duplicated parsing and validation functionality.
* Fix entity decoding if the entity spawns multiple chunks.
* Cleanup dynamic calls and type declarations:
Expand Down

0 comments on commit b2c5b41

Please sign in to comment.