JID stringprep errors return a JidParseError instead of panic (#84)

This commit is contained in:
xmppftw xmppftw 2023-06-07 13:16:34 +02:00 committed by Maxime “pep” Buquet
commit 2cafecb004
2 changed files with 24 additions and 8 deletions

View file

@ -4,6 +4,8 @@ Unreleased
- serde: Jid is now using untagged enum representation (#66)
* Additions
- From<&Jid> is now implemented for String (#69)
- Parsing invalid JIDs with stringprep feature no longer results in panic,
returning JidParseError::IcuError instead (#84)
Version 0.9.3, release 2022-03-07:
* Updates