From ca08dcdf509103e73dc440141b8ad77d3b35246e Mon Sep 17 00:00:00 2001 From: mzabriskie Date: Tue, 16 Sep 2014 12:14:08 -0600 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 495408c..bef7971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ ### 0.2.0 (Sep 12, 2014) -- Adding support for all and spread -- Adding support for node +- Adding support for `all` and `spread` +- Adding support for node.js ### 0.2.1 (Sep 12, 2014) @@ -15,4 +15,10 @@ ### 0.2.2 (Sep 14, 2014) -- Fixing bundling with browserify \ No newline at end of file +- Fixing bundling with browserify + +### 0.3.0 (Sep 16, 2014) + +- Fixing `success` and `error` to properly receive response data as individual arguments (#8) +- Updating `then` and `catch` to receive response data as a signle object +- Fixing issue with `all` not working (#7) \ No newline at end of file