diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e8afbde18..41a290aa02 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