From 0415ec2c78f0f359fd19442c65d2b32fcb8c4dba Mon Sep 17 00:00:00 2001 From: Florian Spreckelsen <f.spreckelsen@indiscale.com> Date: Tue, 30 Apr 2024 12:08:57 +0200 Subject: [PATCH] DOC: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d168b98c..569d2fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 of a `Container`, removing all useful methods of the `Container` class. This has been fixed and using a `slice` such as `[:2]` now returns a new `Container`. +* [#120](https://gitlab.com/linkahead/linkahead-pylib/-/issues/120) Unwanted + subproperties in reference properties. ### Security ### -- GitLab