Skip to content

Commit

Permalink
Release 0.27.1 - fix for #530
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Dec 28, 2022
1 parent b99adec commit 89fa620
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.27.0"
version = "0.27.1"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
8 changes: 6 additions & 2 deletions Changelog.md
Expand Up @@ -14,13 +14,17 @@

### Bug Fixes

### Misc Changes

## 0.27.1 -- 2022-12-28

### Bug Fixes

- [#530]: Fix an infinite loop leading to unbounded memory consumption that occurs when
skipping events on malformed XML with the `overlapped-lists` feature active.
- [#530]: Fix an error in the `Deserializer::read_to_end` when `overlapped-lists`
feature is active and malformed XML is parsed

### Misc Changes

[#530]: https://github.com/tafia/quick-xml/pull/530

## 0.27.0 -- 2022-12-25
Expand Down

0 comments on commit 89fa620

Please sign in to comment.