Make comments optional.
Add a default "comments" feature to transform comments into errors when unset. This is so that XMPP implementations don’t have to care about comments, as they can’t happen in the stream.
This commit is contained in:
parent
aa8018d999
commit
a91252c861
6 changed files with 32 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
Version XXX, released YYY:
|
||||
* Changes
|
||||
* Update to quick-xml 0.15
|
||||
* Add a default "comments" feature to transform comments into errors when unset.
|
||||
Version 0.11.0, released 2019-06-14:
|
||||
* Breaking
|
||||
* Get rid of IntoElements, replace with `Into<Node>` and `<T: Into<Node> IntoIterator<Item = T>>`
|
||||
|
|
|
|||
Loading…
Reference in a new issue