Skip to content

Commit 4699308

Browse files
committed
Release 0.38.1
1 parent 6894362 commit 4699308

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.38.0"
3+
version = "0.38.1"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515

1616
### New Features
1717

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+
1833
- [#882]: Add new methods to create `Deserializer` from existing `NsReader`:
1934
- `Deserializer::borrowing`
2035
- `Deserializer::borrowing_with_resolver`

0 commit comments

Comments
 (0)