ChangeLog: Add release notes for version 0.5.0.

This commit is contained in:
Emmanuel Gil Peyrot 2017-06-11 14:58:05 +01:00
parent 60521298d6
commit 7202a6e190

View file

@ -1,8 +1,16 @@
Version 0.?.?: Version 0.5.0:
2017-??-?? Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> 2017-06-11 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers: * New parsers/serialisers:
- Implementation of the roster management protocol defined in - Implementation of the roster management protocol defined in
RFC 6121 §2. RFC 6121 §2.
- Implementation of PubSub events (except collections).
- Early implementation of MUC.
* Breaking changes:
- Rename presence enums to make them easier to use.
* Improvements:
- Make hashes comparable and hashable.
- Make data forms embeddable easily into minidom
Element::builder.
Version 0.4.0: Version 0.4.0:
2017-05-28 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> 2017-05-28 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>