From 94a335942806a754be11ef754cca84fe976c8baa Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Mon, 10 Oct 2016 21:38:33 -0700 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf3082..7d7655c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 0.15.0 (Oct 10, 2016) + +- Adding cancellation support ([#452](https://github.com/mzabriskie/axios/pull/452)) +- Moving default adapter to global defaults ([#437](https://github.com/mzabriskie/axios/pull/437)) +- Fixing issue with `file` URI scheme ([#440](https://github.com/mzabriskie/axios/pull/440)) +- Fixing issue with `params` objects that have no prototype ([#445](https://github.com/mzabriskie/axios/pull/445)) + ### 0.14.0 (Aug 27, 2016) - **BREAKING** Updating TypeScript definitions ([#419](https://github.com/mzabriskie/axios/pull/419))