From 89df1283b798f83eaf4110d2951f5b11dab3a460 Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Wed, 16 Oct 2013 13:52:02 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2b1e7..11b043e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.4 (2013-10-16) + +Bugfixes: + - template IDs were missing from recipient-variables (#15 @travelton) + - batch jobs trigger on to, cc, and bcc (#18 @travelton) + - batch jobs include recipient-variables for to, cc, and bcc (#18 @travelton) + - added method to return message-ids, for easier access (#19 @travelton) + ## 1.3 (2013-09-12) Bugfixes: @@ -18,4 +26,4 @@ Bugfixes: ## 1.1 (2013-08-21) -Initial Release! \ No newline at end of file +Initial Release!