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 1387872 commit 222a194Copy full SHA for 222a194
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xml-rs"
3
-version = "0.8.24"
+version = "0.8.25"
4
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
5
license = "MIT"
6
description = "An XML library in pure Rust"
Changelog.md
@@ -1,3 +1,7 @@
+## Version 0.8.25
+
+* `TryFrom` for converting from reader to writer events, to make `.as_writer_event()` more discoverable.
## Version 0.8.24
7
* Fixed reporting of line/column position of CDATA when trimming whitespace
0 commit comments