From f5a990a1f1887009698b09b68d1e7300ad3a86a5 Mon Sep 17 00:00:00 2001 From: Matt Zabriskie Date: Tue, 17 May 2016 09:57:50 -0600 Subject: [PATCH] Releasing 0.11.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 560fb10..518cfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.11.1 (May 17, 2016) + +- Fixing IE CORS support ([#313](https://github.com/mzabriskie/axios/pull/313)) +- Fixing detection of `FormData` ([#325](https://github.com/mzabriskie/axios/pull/325)) +- Adding `Axios` class to exports ([#321](https://github.com/mzabriskie/axios/pull/321)) + ### 0.11.0 (Apr 26, 2016) - Adding support for Stream with HTTP adapter ([#296](https://github.com/mzabriskie/axios/pull/296))