diff --git a/CHANGELOG.md b/CHANGELOG.md index e3de2cbf85eaede8621f616d3d6d878acce0275b..ed32d4bd041369b94292b6cfd6815f9b6e18c694 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)