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