From 2aa6e79e1c910c232d421b23199f05b699223d22 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 19 Oct 2021 12:13:34 +0200 Subject: [PATCH] DOC: update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b09402..9bd479a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,8 +18,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +* `IdOnly` flag (see https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/187). + The flags was not working anyways. However, `SELECT id FROM ...` queries are + now optimized in the way the `IdOnly` flag was supposed to do. + ### Fixed +* #181 CQL's `UPDATED` filter. + (https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/181) * #183 No reasonable error when using bad datetime format. (https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/183) * #127 "nan" as value (list item) in properties with data type "LIST<DOUBLE>" -- GitLab