Skip to content

Commit 9ff461a

Browse files
committed
Updating changelog
1 parent 6d0e193 commit 9ff461a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
### 0.15.3 (Nov 27, 2016)
4+
5+
- Fixing issue with custom instances and global defaults ([#443](https://github.com/mzabriskie/axios/issues/443))
6+
- Renaming `axios.d.ts` to `index.d.ts` ([#519](https://github.com/mzabriskie/axios/issues/519))
7+
- Adding `get`, `head`, and `delete` to `defaults.headers` ([#509](https://github.com/mzabriskie/axios/issues/509))
8+
- Fixing issue with `btoa` and IE ([#507](https://github.com/mzabriskie/axios/issues/507))
9+
- Adding support for proxy authentication ([#483](https://github.com/mzabriskie/axios/pull/483))
10+
- Improving HTTP adapter to use `http` protocol by default ([#493](https://github.com/mzabriskie/axios/pull/493))
11+
- Fixing proxy issues ([#491](https://github.com/mzabriskie/axios/pull/491))
12+
313
### 0.15.2 (Oct 17, 2016)
414

515
- Fixing issue with calling `cancel` after response has been received ([#482](https://github.com/mzabriskie/axios/issues/482))

0 commit comments

Comments
 (0)