Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

- [#938]: Add new enumeration `XmlVersion` and typified getter `BytesDecl::xml_version()`.
- [#938]: Add new error variant `IllFormedError::UnknownVersion`.
- [#371]: Add new error variant `EscapeError::TooManyNestedEntities`.

### Bug Fixes

Expand All @@ -31,6 +32,7 @@
- [#938]: Now `BytesText::xml_content`, `BytesCData::xml_content` and `BytesRef::xml_content`
accepts `XmlVersion` parameter to apply correct EOL normalization rules.

[#371]: https://github.com/tafia/quick-xml/issues/371
[#914]: https://github.com/tafia/quick-xml/pull/914
[#938]: https://github.com/tafia/quick-xml/pull/938

Expand Down
Loading