We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fa0ce commit 655691cCopy full SHA for 655691c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.38.2"
+version = "0.38.3"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -18,6 +18,13 @@
18
19
### Bug Fixes
20
21
+### Misc Changes
22
+
23
24
+## 0.38.3 -- 2025-08-24
25
26
+### Bug Fixes
27
28
- [#895]: Fix incorrect normalization of `\rX` EOL sequences where `X` is a char which is
29
UTF-8 encoded as [c2 xx], except [c2 85].
30
0 commit comments