File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 65
65
and a document encoding is not an UTF-8
66
66
- [ #434 ] : Fixed incorrect error generated in some cases by serde deserializer
67
67
- [ #445 ] : Use local name without namespace prefix when selecting enum variants based on element names
68
+ in a serde deserializer
68
69
69
70
### Misc Changes
70
71
181
182
|` BytesText::from_plain_str(&str) ` |_ (as above)_
182
183
|` BytesCData::new(impl Into<Cow<[u8]>>) ` |` BytesCData::new(impl Into<Cow<str>>) `
183
184
|` BytesCData::from_str(&str) ` |_ (as above)_
185
+
184
186
- [ #440 ] : Removed ` Deserializer::from_slice ` and ` quick_xml::de::from_slice ` methods because deserializing from a byte
185
187
array cannot guarantee borrowing due to possible copying while decoding.
186
188
225
227
[ #439 ] : https://github.com/tafia/quick-xml/pull/439
226
228
[ #440 ] : https://github.com/tafia/quick-xml/pull/440
227
229
[ #443 ] : https://github.com/tafia/quick-xml/pull/443
230
+ [ #445 ] : https://github.com/tafia/quick-xml/pull/445
228
231
[ #450 ] : https://github.com/tafia/quick-xml/pull/450
229
232
[ #455 ] : https://github.com/tafia/quick-xml/pull/455
230
233
You can’t perform that action at this time.
0 commit comments