From ed458ba694458ebca05442b5e0045d720c35f157 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 1 May 2017 01:39:52 +0100 Subject: [PATCH] Add a ChangeLog file, to let users know about the changes between major versions. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..83fad57c --- /dev/null +++ b/ChangeLog @@ -0,0 +1,13 @@ +Version XXX: +2017-0X-XX Emmanuel Gil Peyrot + * 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 + * Implement many extensions.