Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Sep 10, 2022
1 parent a10b1c3 commit d710eba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.24.0"
version = "0.25.0"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@

### Misc Changes

## 0.25.0 -- 2022-09-10

### Bug Fixes

- [#469]: Fix incorrect parsing of CDATA and comments when using buffered readers

### Misc Changes

- [#468]: Content of `DeError::Unsupported` changed from `&'static str` to `Cow<'static, str>`
- [#468]: Ensure that map keys are restricted to only types that can be serialized as primitives

[#468]: https://github.com/tafia/quick-xml/pull/468
[#469]: https://github.com/tafia/quick-xml/issues/469

## 0.24.0 -- 2022-08-28

Expand Down

0 comments on commit d710eba

Please sign in to comment.