Include changelog entry

This commit is contained in:
peter-formlogic 2021-04-15 14:14:27 +09:30
parent a0b04fc158
commit ff25f297e9
No known key found for this signature in database
GPG Key ID: CE3C608698F6E66B
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
[#2065]: https://github.com/actix/actix-web/pull/2065
[#2148]: https://github.com/actix/actix-web/pull/2148
* Adjusted default JSON payload limit to 2MB (from 32kb) and included size and limits in the `JsonPayloadError::Overflow` error variant. [#2162]
[#2162]: (https://github.com/actix/actix-web/pull/2162)
## 4.0.0-beta.5 - 2021-04-02
### Added