From 79979d9214601478b67a330fc144cad25c59f3c7 Mon Sep 17 00:00:00 2001 From: caikan Date: Sat, 6 Feb 2021 23:09:47 +0800 Subject: [PATCH] Removing duplicate functionality item in changelog (#3523) Co-authored-by: Xianming Zhong --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f11ac1e4c..0e8afbde18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: