From ff25f297e9da0144db19c9088a318c4ffe1c6e85 Mon Sep 17 00:00:00 2001 From: peter-formlogic Date: Thu, 15 Apr 2021 14:14:27 +0930 Subject: [PATCH] Include changelog entry --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bf8fc9424..685fd2eca 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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