diff --git a/CHANGELOG.md b/CHANGELOG.md
index 928c5230be4c72a55b8e7689eb8b6ad9d35416be..e1fd615a09ae8023f21bebe404a99c70951bb5c3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   `authentication/interface/on_response()` does not overwrite
   `auth_token` if new value is `None`
 * [#119](https://gitlab.com/linkahead/linkahead-pylib/-/issues/119)
-  The diff returned by compare_entities now uses id instead of name as key if either property does not have a name
+  The diff returned by compare_entities now uses id instead of name as
+  key if either property does not have a name
+* [#87](https://gitlab.com/linkahead/linkahead-pylib/-/issues/87)
+  `XMLSyntaxError` messages when parsing (incomplete) responses in
+  case of certain connection timeouts.
 
 ### Security ###