Skip to content
Snippets Groups Projects
Verified Commit 00dca845 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

update CHANGELOG

parent be0a31bb
Branches
Tags
No related merge requests found
...@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### ### Added ###
* New exceptions `HTTPAuthorizationException` and * New exceptions `HTTPForbiddenException` and
`ResourceNotFoundException` for HTTP 403 and 404 errors, `HTTPResourceNotFoundException` for HTTP 403 and 404 errors,
respectively. respectively.
* `BadQueryError`, `EmptyUniqueQueryError`, and `QueryNotUniqueError` * `BadQueryError`, `EmptyUniqueQueryError`, and `QueryNotUniqueError`
for bad (unique) queries. for bad (unique) queries.
...@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### ### Changed ###
* Renaming of `URITooLongException` to `HTTPURITooLongError`.
* Raising of entity exceptions and transaction errors. Whenever any * Raising of entity exceptions and transaction errors. Whenever any
transaction fails, a `TransactionError` is raised. If one ore more transaction fails, a `TransactionError` is raised. If one ore more
entities caused that failure, corresponding entity errors are entities caused that failure, corresponding entity errors are
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment