From a6e3707fd4c68b5dbae6b760db013d7c2946ae01 Mon Sep 17 00:00:00 2001 From: Ryota Ikezawa Date: Mon, 15 Feb 2021 22:47:28 +0900 Subject: [PATCH] Fixing a typographical error (#3567) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8afbd..41a290a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,7 +93,7 @@ Fixes and Functionality: - Adding test to check if password with non-Latin1 characters pass - Fixing 'Network Error' in react native android ([#1487](https://github.com/axios/axios/pull/1487)) There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug. -- Fixing Cookie Helper with Asyc Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107)) +- Fixing Cookie Helper with Async Components ([#1105](https://github.com/axios/axios/pull/1105)) ([#1107](https://github.com/axios/axios/pull/1107)) - Fixing 'progressEvent' type ([#2851](https://github.com/axios/axios/pull/2851)) - Fix 'progressEvent' type - Update axios.ts