diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4d71f73495699c50b38ba204b3a8275e57a9546..c855221cc56fa877a2f8914d0fbb7249e5ce8ffb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed ###
 
+* Inheritance of the unit is not working. (GRPC API)
+  [linkahead-server#264](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/264)
+* Curly brackets in query lead to unexpected server error.
+  [linkahead-server#138](https://gitlab.com/linkahead/linkahead-server/-/issues/138)
 * Wrong url returned by FileSystem resource behind proxy.
 * `NullPointerException` in GRPC API converters when executing SELECT query on
   NULL values.