lib: Stop reexporting TryFrom and TryInto.
They are available in std::convert nowadays, and should be imported from there.
This commit is contained in:
parent
a7dbaee309
commit
0aa5f5f60f
2 changed files with 5 additions and 4 deletions
|
|
@ -2,6 +2,9 @@ Version NEXT:
|
|||
DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* New parsers/serialisers:
|
||||
- Message Carbons (XEP-0280)
|
||||
* Breaking changes:
|
||||
- Stop reexporting TryFrom and TryInto, they are available in
|
||||
std::convert nowadays.
|
||||
* Improvements:
|
||||
- New DOAP file for a machine-readable description of the features.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue