Add a ChangeLog file, to let users know about the changes between major versions.
This commit is contained in:
parent
f3b55350ad
commit
ed458ba694
1 changed files with 13 additions and 0 deletions
13
ChangeLog
Normal file
13
ChangeLog
Normal file
|
@ -0,0 +1,13 @@
|
|||
Version XXX:
|
||||
2017-0X-XX Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* New parsers/serialisers:
|
||||
- Stanza error, as per RFC 6120 §8.3.
|
||||
* Incompatible changes:
|
||||
- Presence has got an overhaul, it now hosts show, statuses and
|
||||
priority in its struct. The status module has also been
|
||||
dropped.
|
||||
- Iq now gets a proper StanzaError when the type is error.
|
||||
|
||||
Version 0.1.0:
|
||||
2017-04-29 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
|
||||
* Implement many extensions.
|
Loading…
Reference in a new issue