diff --git a/Cargo.toml b/Cargo.toml index 621d3be2..c801b63b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quick-xml" -version = "0.28.1" +version = "0.28.2" description = "High performance xml reader and writer" edition = "2018" diff --git a/Changelog.md b/Changelog.md index 8b056f67..7cf8d68f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,12 +12,19 @@ ### New Features +### Bug Fixes + +### Misc Changes + + +## 0.28.2 -- 2023-04-12 + +### New Features + - [#581]: Allow `Deserializer` to set `quick_xml::de::EntityResolver` for resolving unknown entities that would otherwise cause the parser to return an [`EscapeError::UnrecognizedSymbol`] error. -### Bug Fixes - ### Misc Changes - [#584]: Export `EscapeError` from the crate