We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9fca6 commit 22b3e45Copy full SHA for 22b3e45
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.34.0"
+version = "0.35.0"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -15,6 +15,15 @@
15
16
### New Features
17
18
+### Bug Fixes
19
+
20
+### Misc Changes
21
22
23
+## 0.35.0 -- 2024-06-29
24
25
+### New Features
26
27
- [#772]: Add `reader::Config::allow_unmatched_ends` to permit dangling end tags
28
29
### Bug Fixes
0 commit comments