From 91d86775c5be6046ff1f82bd75db9c6b69017451 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Fri, 17 Feb 2023 12:49:14 +0100 Subject: [PATCH] DOC: Changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3de2cb..ed32d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Test for [caosdb-server#136](https://gitlab.com/caosdb/caosdb-server/-/issues/136) * Test for [caosdb-server#141](https://gitlab.com/caosdb/caosdb-server/-/issues/141) * Test for [caosdb-server#145](https://gitlab.com/caosdb/caosdb-server/-/issues/145) +* Tests for [caosdb-pylib#90](https://gitlab.com/caosdb/caosdb-pylib/-/issues/90): `Entity.get_parents_recursively()` did not work for unretrieved + parents. ### Changed (for changes in existing functionality) -- GitLab