We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f0e4d commit 9fb797eCopy full SHA for 9fb797e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.28.1"
+version = "0.28.2"
4
description = "High performance xml reader and writer"
5
edition = "2018"
6
Changelog.md
@@ -12,12 +12,19 @@
12
13
### New Features
14
15
+### Bug Fixes
16
+
17
+### Misc Changes
18
19
20
+## 0.28.2 -- 2023-04-12
21
22
+### New Features
23
24
- [#581]: Allow `Deserializer` to set `quick_xml::de::EntityResolver` for
25
resolving unknown entities that would otherwise cause the parser to return
26
an [`EscapeError::UnrecognizedSymbol`] error.
27
-### Bug Fixes
-
28
### Misc Changes
29
30
- [#584]: Export `EscapeError` from the crate
0 commit comments