From b883716dcb8509cd149a39e0d177d8fbbefb3b10 Mon Sep 17 00:00:00 2001 From: mkusaka Date: Fri, 1 Apr 2022 04:53:21 +0900 Subject: [PATCH] Fixing wrong link in changelog (#4551) --- 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))