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 06772a6 commit 595033eCopy full SHA for 595033e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.38.3"
+version = "0.38.4"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -16,6 +16,15 @@
16
17
### New Features
18
19
+### Bug Fixes
20
+
21
+### Misc Changes
22
23
24
+## 0.38.4 -- 2025-11-??
25
26
+### New Features
27
28
- [#353]: Add ability to serialize textual content as CDATA sections in `Serializer`.
29
Everywhere where the text node may be created, a CDATA section(s) could be produced instead.
30
See the new [`Serializer::text_format()`] method.
0 commit comments