We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad2010 commit 52169caCopy full SHA for 52169ca
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.37.1"
+version = "0.37.2"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -21,6 +21,13 @@
21
22
### Misc Changes
23
24
+
25
+## 0.37.2 -- 2024-12-29
26
27
+### New Features
28
29
+- [#836]: Add `se::to_utf8_io_writer()` helper compatible with `std::io::Write` and restricted to UTF-8 encoding.
30
31
[#836]: https://github.com/tafia/quick-xml/pull/836
32
33
0 commit comments