From 587f0210ce257d3f737f180fa1272e9eb266a287 Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Sat, 11 Nov 2017 15:21:46 -0800 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 625edf0..7c2e76d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.17.1 (Nov 11, 2017) + +- Fixing issue with web workers ([#1160](https://github.com/axios/axios/pull/1160)) +- Allowing overriding transport ([#1080](https://github.com/axios/axios/pull/1080)) +- Updating TypeScript typings ([#1165](https://github.com/axios/axios/pull/1165), [1125](https://github.com/axios/axios/pull/1125), [1131](https://github.com/axios/axios/pull/1131)) + ### 0.17.0 (Oct 21, 2017) - **BREAKING** Fixing issue with `baseURL` and interceptors ([#950](https://github.com/axios/axios/pull/950))