update CHANGES.md

This commit is contained in:
daddinuz 2019-05-13 10:07:39 +02:00
parent 12e25cb5f6
commit 7143e45ff4
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changes # Changes
### Add
* `QueryConfig`, similar to `JsonConfig` for customizing error handling of query extractors.
### Changes ### Changes
* `JsonConfig` is now `Send + Sync`, this implies that `error_handler` must be `Send + Sync` too. * `JsonConfig` is now `Send + Sync`, this implies that `error_handler` must be `Send + Sync` too.