From cafe3518086fcf5ca609be5ac23dedf9d8243681 Mon Sep 17 00:00:00 2001 From: caikan Date: Tue, 5 Jan 2021 14:46:24 +0800 Subject: [PATCH] Removing duplicate functionality item in changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6b7d9eca..7ca35c7e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -282,7 +282,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: