From 7d527d6c710ee3eee4da5e67275cf4a12873a2f2 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 22 Sep 2020 12:54:44 +0200
Subject: [PATCH] DOC: Update Changelog

---
 CHANGELOG.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddd88218..3754c971 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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 ###
 
-- 
GitLab