2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

Releasing v0.27.2

This commit is contained in:
Jay
2022-04-27 11:58:12 +02:00
parent b9e9fb4fa0
commit bc733fec78
10 changed files with 45 additions and 13 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
### 0.27.2 (April 27, 2022)
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #3785 ([#4640](https://github.com/axios/axios/pull/4640))
- Enhanced protocol parsing implementation ([#4639](https://github.com/axios/axios/pull/4639))
- Fixed bundle size
### 0.27.1 (April 26, 2022)
Fixes and Functionality: