chore: add changelog

This commit is contained in:
Andrew Mayorov 2023-06-21 21:37:07 +02:00
parent 86d787eced
commit 01db56c761
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
Ensure that validation errors in REST API responses are slightly less confusing. Now, if there are out-of-range errors, they will be presented as `{"value": 42, "reason": {"expected": "1..10"}, ...}`, replacing the previous usage of `expected_type` with `expected`.