diff --git a/CHANGELOG.md b/CHANGELOG.md index bef7971..8e77761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,10 @@ ### 0.2.2 (Sep 14, 2014) -- Fixing bundling with browserify +- Fixing bundling with browserify ([#4](https://github.com/mzabriskie/axios/issues/4)) ### 0.3.0 (Sep 16, 2014) -- Fixing `success` and `error` to properly receive response data as individual arguments (#8) +- Fixing `success` and `error` to properly receive response data as individual arguments ([#8](https://github.com/mzabriskie/axios/issues/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 +- Fixing issue with `all` not working ([#7](https://github.com/mzabriskie/axios/issues/7)) \ No newline at end of file