2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-14 18:42:33 +03:00

Removing duplicate functionality item in changelog (#3523)

Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
This commit is contained in:
caikan
2021-02-06 23:09:47 +08:00
committed by GitHub
parent a250b00cd8
commit 79979d9214
-1
View File
@@ -305,7 +305,6 @@ Fixes and Functionality:
- Fixing set `config.method` after mergeConfig for Axios.prototype.request ([#2383](https://github.com/axios/axios/pull/2383))
- Axios create url bug ([#2290](https://github.com/axios/axios/pull/2290))
- Do not modify config.url when using a relative baseURL (resolves [#1628](https://github.com/axios/axios/issues/1098)) ([#2391](https://github.com/axios/axios/pull/2391))
- Add typescript HTTP method definition for LINK and UNLINK ([#2444](https://github.com/axios/axios/pull/2444))
Internal: