Skip to content

Commit

Permalink
Merge pull request #663 from Mingun/fix-567
Browse files Browse the repository at this point in the history
Fix incorrect deserialization of vectors of enums from sequences of tags
  • Loading branch information
Mingun committed Oct 12, 2023
2 parents ca1c09a + 76c974d commit 5bed370
Show file tree
Hide file tree
Showing 6 changed files with 482 additions and 110 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ MSRV bumped to 1.56! Crate now uses Rust 2021 edition.
- [#661]: More string handling of serialized primitive values (booleans, numbers, strings,
unit structs, unit variants). `<int>123<something-else/></int>` is no longer valid
content. Previously all data after `123` up to closing tag would be silently skipped.
- [#567]: Fixed incorrect deserialization of vectors of enums from sequences of tags.

### Misc Changes

Expand All @@ -40,6 +41,7 @@ MSRV bumped to 1.56! Crate now uses Rust 2021 edition.
- [#662]: Get rid of some allocations during serde deserialization.

[#545]: https://github.com/tafia/quick-xml/pull/545
[#567]: https://github.com/tafia/quick-xml/issues/567
[#580]: https://github.com/tafia/quick-xml/issues/580
[#619]: https://github.com/tafia/quick-xml/issues/619
[#635]: https://github.com/tafia/quick-xml/pull/635
Expand Down
Loading

0 comments on commit 5bed370

Please sign in to comment.