File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Remove ambiguous statements about escaping from documentation. [ ` #85 ` ] ( https://github.com/rust-syndication/atom/pull/85 )
6+
57## 0.12.4 - 2024-08-28
68
79- Update ` quick-xml ` to ` 0.32 ` . [ ` #82 ` ] ( https://github.com/rust-syndication/atom/pull/82 )
Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ let feed = string.parse::<Feed>().unwrap();
5252
5353A feed can be written to any object that implements the ` Write ` trait or converted to an XML string using the ` ToString ` trait.
5454
55- ** Note** : Writing a feed does not perform any escaping of XML entities.
56-
5755### Example
5856
5957``` rust
Original file line number Diff line number Diff line change 2525//! A feed can be written to any object that implements the `Write` trait or converted to an XML
2626//! string using the `ToString` trait.
2727//!
28- //! **Note**: Writing a feed does not perform any escaping of XML entities.
29- //!
3028//! ## Example
3129//!
3230//! ```no_run
You can’t perform that action at this time.
0 commit comments