From a88a62cb464e2d7a6b3693e8bf0f664761deb567 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Wed, 24 May 2023 12:05:55 +0200 Subject: [PATCH] DOC: update CHANGELOG --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2242f478..3c07ca18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,9 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### -* [#189](https://gitlab.com/caosdb/caosdb-server/-/issues/189) Bad performance - due to the execution of unnecessary jobs during retrieval. -* [#203](https://gitlab.com/caosdb/caosdb-server/-/issues/203) +* Bad performance due to the execution of unnecessary jobs during retrieval. + [#189](https://gitlab.com/caosdb/caosdb-server/-/issues/189) +* Query Language: Parentheses change filter to subproperty filter + [#203](https://gitlab.com/caosdb/caosdb-server/-/issues/203) * Searching for values in scientific notation [#143](https://gitlab.com/caosdb/caosdb-server/-/issues/143) * Denying a role permission has no effect -- GitLab