From 00dca845650016b4b694063ff695bced840821ab Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 5 Feb 2021 12:10:46 +0100 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc71f20d..9852239d 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 -- GitLab