2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-24 14:04:14 +03:00

Updating CHANGELOG

This commit is contained in:
mzabriskie
2014-09-16 12:27:47 -06:00
parent 0f2461a6bb
commit 3950ceea21
+1 -1
View File
@@ -20,5 +20,5 @@
### 0.3.0 (Sep 16, 2014)
- 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
- Updating `then` and `catch` to receive response data as a single object
- Fixing issue with `all` not working ([#7](https://github.com/mzabriskie/axios/issues/7))