2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

Releasing 0.9.1

This commit is contained in:
Matt Zabriskie
2016-01-24 15:18:24 -07:00
parent 3edcfa25b7
commit 5176623d6c
7 changed files with 30 additions and 10 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
### 0.9.1 (Jan 24, 2016)
- Improving handling of request timeout in node ([#124](https://github.com/mzabriskie/axios/issues/124))
- Fixing network errors not rejecting ([#205](https://github.com/mzabriskie/axios/pull/205))
- Fixing issue with IE rejecting on HTTP 204 ([#201](https://github.com/mzabriskie/axios/issues/201))
- Fixing host/port when following redirects ([#198](https://github.com/mzabriskie/axios/pull/198))
### 0.9.0 (Jan 18, 2016)
- Adding support for custom adapters