2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Updating CHANGELOG

This commit is contained in:
mzabriskie
2014-09-16 12:16:23 -06:00
parent ca08dcdf50
commit 5947b5acf5
+3 -3
View File
@@ -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)
- Fixing issue with `all` not working ([#7](https://github.com/mzabriskie/axios/issues/7))