mirror of https://github.com/fafhrd91/actix-web
Update CHANGES.md
This commit is contained in:
parent
7075f47c25
commit
7ac4615bd0
|
@ -5,7 +5,6 @@
|
||||||
* Feature `cookies` is now optional and enabled by default. [#1981]
|
* 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
|
* `JsonBody::new` returns a default limit of 32kB to be consistent with `JsonConfig` and the
|
||||||
default behaviour of the `web::Json<T>` extractor. [#2010]
|
default behaviour of the `web::Json<T>` extractor. [#2010]
|
||||||
* `web::Query` has a public inner field again [#2016]
|
|
||||||
|
|
||||||
[#1981]: https://github.com/actix/actix-web/pull/1981
|
[#1981]: https://github.com/actix/actix-web/pull/1981
|
||||||
[#2010]: https://github.com/actix/actix-web/pull/2010
|
[#2010]: https://github.com/actix/actix-web/pull/2010
|
||||||
|
|
Loading…
Reference in New Issue