From 2bb76a0e2a47813c612bd3f28c860f53926b3508 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Fri, 2 Jul 2021 20:29:43 +0200 Subject: [PATCH] DOC: added entry to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38b470db..5d2b0491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `etag` property for the `caosdb.Query` class. The etag allows to debug the caching and to decide whether the server has changed between queries. * function `_read_config_files` to read `pycaosdb.ini` files from different paths. +* function `retrieve_substructure` that recursively adds connected entities. ### Changed ### -- GitLab