impl IntoAttributeValue for std::net::IpAddr

This commit is contained in:
Emmanuel Gil Peyrot 2018-05-29 16:01:11 +02:00
commit 7ed4be96eb
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,8 @@
Version 0.9.1, released 2018-05-29:
* Fixes
* Lumi fixed CDATA handling, minidom will not unescape CDATA bodies anymore.
* Small changes
- Link Mauve implemented IntoAttributeValue on std::net::IpAddr.
Version 0.9.0, released 2018-04-10:
* Small changes
- Upgrade quick_xml to 0.12.1