From dcd3df23dd09afd9ea25673615579d1758b89b38 Mon Sep 17 00:00:00 2001 From: mkusaka Date: Sun, 27 Mar 2022 19:52:03 +0900 Subject: [PATCH] Fixing wrong link in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932424c25b..f3966a4c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ Fixes and Functionality: - Adding responseEncoding prop type in AxiosRequestConfig ([#3918](https://github.com/axios/axios/pull/3918)) Internal and Tests: -- Adding axios-test-instance to ecosystem ([#3786](https://github.com/axios/axios/pull/3786)) +- Adding axios-test-instance to ecosystem ([#3496](https://github.com/axios/axios/pull/3496)) - Optimize the logic of isAxiosError ([#3546](https://github.com/axios/axios/pull/3546)) - Add tests and documentation to display how multiple inceptors work ([#3564](https://github.com/axios/axios/pull/3564)) - Updating follow-redirects to version 1.14.7 ([#4379](https://github.com/axios/axios/pull/4379))