1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Move BodyEncoding to dev module #1220

This commit is contained in:
Nikolay Kim
2019-12-16 17:22:26 +06:00
parent b0aa9395da
commit 01613f334b
7 changed files with 64 additions and 32 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [2.0.0] - 2019-12-xx
### Changed
* Move `BodyEncoding` to `dev` module #1220
## [2.0.0-alpha.6] - 2019-12-15
### Fixed