ChangeLog: Document why Jid is getting reexported.

This commit is contained in:
Emmanuel Gil Peyrot 2019-01-16 13:23:44 +01:00
parent 5efc64490c
commit 018a303090

View file

@ -11,6 +11,8 @@ Version 0.12.0:
* Improvements: * Improvements:
- Test for struct size, to keep them known and avoid bloat. - Test for struct size, to keep them known and avoid bloat.
- Add various constructors to make the API easier to use. - Add various constructors to make the API easier to use.
- Reexport Jid from the jid crate, to avoid any weird issue on
using different incompatible versions of the same crate.
- Add forgotten 'ask' attribute on roster item (thanks O01eg!). - Add forgotten 'ask' attribute on roster item (thanks O01eg!).
- Use cargo-fmt on the codebase, to lower the barrier of entry. - Use cargo-fmt on the codebase, to lower the barrier of entry.
- Add a disable-validation feature, disabling many checks - Add a disable-validation feature, disabling many checks