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 3b0f237 commit f8a8364Copy full SHA for f8a8364
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.38.1"
+version = "0.38.2"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -16,12 +16,19 @@
16
17
### New Features
18
19
+### Bug Fixes
20
+
21
+### Misc Changes
22
23
24
+## 0.38.2 -- 2025-08-19
25
26
+### New Features
27
28
- [#893]: Implement `FusedIterator` for `NamespaceBindingsIter`.
29
- [#893]: Make `NamespaceResolver` public.
30
- [#893]: Add `NsReader::resolver()` for access to namespace resolver.
31
-### Bug Fixes
-
32
### Misc Changes
33
34
- [#893]: Rename `PrefixIter` to `NamespaceBindingsIter`.
0 commit comments