Skip to content

Commit 595033e

Browse files
committed
Release 0.38.4
1 parent 06772a6 commit 595033e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.3"
3+
version = "0.38.4"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616

1717
### New Features
1818

19+
### Bug Fixes
20+
21+
### Misc Changes
22+
23+
24+
## 0.38.4 -- 2025-11-??
25+
26+
### New Features
27+
1928
- [#353]: Add ability to serialize textual content as CDATA sections in `Serializer`.
2029
Everywhere where the text node may be created, a CDATA section(s) could be produced instead.
2130
See the new [`Serializer::text_format()`] method.

0 commit comments

Comments
 (0)