From e04081597754a3981e9d3c68aa8d359fc6dbe60b Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Sat, 3 Jun 2017 12:26:34 -0700 Subject: [PATCH] Updating Changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39a5a3f..df0fcda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.16.2 (Jun 3, 2017) + +- Fixing issue with including `buffer` in bundle ([#887](https://github.com/mzabriskie/axios/pull/887)) +- Including underlying request in errors ([#830](https://github.com/mzabriskie/axios/pull/830)) +- Convert `method` to lowercase ([#930](https://github.com/mzabriskie/axios/pull/930)) + ### 0.16.1 (Apr 8, 2017) - Improving HTTP adapter to return last request in case of redirects ([#828](https://github.com/mzabriskie/axios/pull/828))