From 5b904d5f58aa96e850b39252a62abaeb8582ca2f Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Fri, 31 Mar 2017 18:46:36 -0700 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c258f..30945e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 0.16.0 (Mar 31, 2017) + +- **BREAKING** Removing `Promise` from axios typings in favor of built-in type declarations ([#480](https://github.com/mzabriskie/axios/issues/480)) +- Adding `options` shortcut method ([#461](https://github.com/mzabriskie/axios/pull/461)) +- Fixing issue with using `responseType: 'json'` in browsers incompatible with XHR Level 2 ([#654](https://github.com/mzabriskie/axios/pull/654)) +- Improving React Native detection ([#731](https://github.com/mzabriskie/axios/pull/731)) +- Fixing `combineURLs` to support empty `relativeURL` ([#581](https://github.com/mzabriskie/axios/pull/581)) +- Removing `PROTECTION_PREFIX` support ([#561](https://github.com/mzabriskie/axios/pull/561)) + ### 0.15.3 (Nov 27, 2016) - Fixing issue with custom instances and global defaults ([#443](https://github.com/mzabriskie/axios/issues/443))