Skip to content

Commit 9201209

Browse files
committed
Add forgotten reference from tafia#445
1 parent 87d241a commit 9201209

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
and a document encoding is not an UTF-8
6666
- [#434]: Fixed incorrect error generated in some cases by serde deserializer
6767
- [#445]: Use local name without namespace prefix when selecting enum variants based on element names
68+
in a serde deserializer
6869

6970
### Misc Changes
7071

@@ -181,6 +182,7 @@
181182
|`BytesText::from_plain_str(&str)` |_(as above)_
182183
|`BytesCData::new(impl Into<Cow<[u8]>>)` |`BytesCData::new(impl Into<Cow<str>>)`
183184
|`BytesCData::from_str(&str)` |_(as above)_
185+
184186
- [#440]: Removed `Deserializer::from_slice` and `quick_xml::de::from_slice` methods because deserializing from a byte
185187
array cannot guarantee borrowing due to possible copying while decoding.
186188

@@ -225,6 +227,7 @@
225227
[#439]: https://github.com/tafia/quick-xml/pull/439
226228
[#440]: https://github.com/tafia/quick-xml/pull/440
227229
[#443]: https://github.com/tafia/quick-xml/pull/443
230+
[#445]: https://github.com/tafia/quick-xml/pull/445
228231
[#450]: https://github.com/tafia/quick-xml/pull/450
229232
[#455]: https://github.com/tafia/quick-xml/pull/455
230233

0 commit comments

Comments
 (0)