From 8dad14501c98d30a1c1f9b71998e6b16d4458877 Mon Sep 17 00:00:00 2001 From: Ryota Ikezawa Date: Mon, 18 Jan 2021 16:18:30 +0900 Subject: [PATCH] :memo: Fixing a typographical error --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6b7d9eca..5ddfcc0627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,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