Implement Bits of Binary.

This commit is contained in:
Emmanuel Gil Peyrot 2019-07-31 13:51:18 +02:00
commit 08fa36d186
5 changed files with 183 additions and 0 deletions

View file

@ -2,6 +2,7 @@ Version NEXT:
DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers:
- Message Carbons (XEP-0280)
- Bits of Binary (XEP-0231)
* Breaking changes:
- Stop reexporting TryFrom and TryInto, they are available in
std::convert nowadays.