We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959eb55 commit 10ddcb7Copy full SHA for 10ddcb7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.35.0"
+version = "0.36.0"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -17,6 +17,13 @@
17
18
### Bug Fixes
19
20
+### Misc Changes
21
+
22
23
+## 0.36.0 -- 2024-07-08
24
25
+### Bug Fixes
26
27
- [#781]: Fix conditions to start CDATA section. Only uppercase `<![CDATA[` can start it.
28
Previously any case was allowed.
29
- [#780]: Fixed incorrect `.error_position()` when encountering syntax error for open or self-closed tag.
0 commit comments