mirror of https://github.com/fafhrd91/actix-web
Include changelog entry
This commit is contained in:
parent
a0b04fc158
commit
ff25f297e9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue