Skip to content

Commit 9fb797e

Browse files
committed
Release v0.28.2
1 parent f8f0e4d commit 9fb797e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.28.1"
3+
version = "0.28.2"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,19 @@
1212

1313
### New Features
1414

15+
### Bug Fixes
16+
17+
### Misc Changes
18+
19+
20+
## 0.28.2 -- 2023-04-12
21+
22+
### New Features
23+
1524
- [#581]: Allow `Deserializer` to set `quick_xml::de::EntityResolver` for
1625
resolving unknown entities that would otherwise cause the parser to return
1726
an [`EscapeError::UnrecognizedSymbol`] error.
1827

19-
### Bug Fixes
20-
2128
### Misc Changes
2229

2330
- [#584]: Export `EscapeError` from the crate

0 commit comments

Comments
 (0)