From 7ac4615bd0539ed2924d802f0b2f013ead49ec67 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 20 Feb 2021 17:30:34 +0000 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 240f8b47c..7cb03c30c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,6 @@ * Feature `cookies` is now optional and enabled by default. [#1981] * `JsonBody::new` returns a default limit of 32kB to be consistent with `JsonConfig` and the default behaviour of the `web::Json` extractor. [#2010] -* `web::Query` has a public inner field again [#2016] [#1981]: https://github.com/actix/actix-web/pull/1981 [#2010]: https://github.com/actix/actix-web/pull/2010