mirror of https://github.com/fafhrd91/actix-web
update CHANGES.md
This commit is contained in:
parent
12e25cb5f6
commit
7143e45ff4
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
### Add
|
||||
|
||||
* `QueryConfig`, similar to `JsonConfig` for customizing error handling of query extractors.
|
||||
|
||||
### Changes
|
||||
|
||||
* `JsonConfig` is now `Send + Sync`, this implies that `error_handler` must be `Send + Sync` too.
|
||||
|
|
Loading…
Reference in New Issue