Skip to content

Commit

Permalink
Release v0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Apr 12, 2023
1 parent f8f0e4d commit 9fb797e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
11 changes: 9 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fb797e

Please sign in to comment.