Skip to content
Snippets Groups Projects
Commit 7d527d6c authored by florian's avatar florian
Browse files

DOC: Update Changelog

parent 29c1e86b
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* New exceptions `HTTPAuthorizationException` and
`ResourceNotFoundException` for HTTP 403 and 404 errors,
respectively.
* `BadQueryError`, `EmptyUniqueQueryError`, and `QueryNotUniqueError`
for bad (unique) queries.
* Versioning support (experimental).
### Changed ###
......@@ -26,6 +28,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`get_entities` and `get_all_entities`. The `has_error` method can be
used to check whether a `TransactionError` was caused by a specific
`EntityError`.
* Unique queries will now result in `EmptyUniqueQueryError` or
`QueryNotUniqueError` if no or more than one possible candidate is
found, respectively.
### Deprecated ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment