From 7bd9ab5e9176e7e856f871c234fc4cfeaebeccd1 Mon Sep 17 00:00:00 2001 From: Philipp Balzarek Date: Tue, 25 Feb 2014 18:56:52 +0100 Subject: [PATCH] add changelog --- changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..89a23bd --- /dev/null +++ b/changelog.md @@ -0,0 +1,23 @@ +* 0.3 to 0.4 + +** Major changes +Added Lenses +Added Plugins + +** newly exported functions +simpleAuth +jid (QuasiQuoter) +presenceUnsubscribed +associatedErrorType +mkStanzaError + +** major bugs fixed +Didn't check jid of IQResults + +** incompatible changes +*** IQ +sendIQ returns an STM action rather than a TMVar +sendIQ' takes a timeout parameter +removed IQResponseTimeout from IQResponse data type +renamed listenIQChan to listenIQ and changed return type from TChan to STM +renamed dropIQChan to unlistenIQ