diff --git a/CHANGELOG.md b/CHANGELOG.md index fc71f20dd6c9d4e232fb18a951f27f8bafedd21f..9852239dc211666580b44bef0b7984b4b196d15f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### -* New exceptions `HTTPAuthorizationException` and - `ResourceNotFoundException` for HTTP 403 and 404 errors, +* New exceptions `HTTPForbiddenException` and + `HTTPResourceNotFoundException` for HTTP 403 and 404 errors, respectively. * `BadQueryError`, `EmptyUniqueQueryError`, and `QueryNotUniqueError` for bad (unique) queries. @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### +* Renaming of `URITooLongException` to `HTTPURITooLongError`. * Raising of entity exceptions and transaction errors. Whenever any transaction fails, a `TransactionError` is raised. If one ore more entities caused that failure, corresponding entity errors are