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 6894362 commit 4699308Copy full SHA for 4699308
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.38.0"
+version = "0.38.1"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -15,6 +15,21 @@
15
16
### New Features
17
18
+### Bug Fixes
19
+
20
+### Misc Changes
21
22
23
+## 0.38.1 -- 2025-08-03
24
25
+### Important changes
26
27
+To get text in events according to the XML specification (normalized EOLs) use the
28
+new methods `xml_content()` instead of `decode()`. `Deserializer` uses new method
29
+automatically.
30
31
+### New Features
32
33
- [#882]: Add new methods to create `Deserializer` from existing `NsReader`:
34
- `Deserializer::borrowing`
35
- `Deserializer::borrowing_with_resolver`
0 commit comments