From 61aa691893999f961e9575f96bf34389eb9b84fc Mon Sep 17 00:00:00 2001 From: Denny Swindle Date: Wed, 3 Dec 2014 08:38:23 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f70eb689..11dc15b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#### 1.3.11 (December 3, 2014) +* Fixed issue that would prevent from json from being constructed properly when adding an attachment to an existing thread +* Adding support for missing autoReply and reload params in createConversation. Thanks [@bradt](https://github.com/bradt) +* Clean up phpdocs + #### 1.3.10 (October 9, 2014) * Updated header code logic to look for both "HTTP_" and normal header variations.