From f4edcc844c10ca5174f057c5c92aee9785c08288 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Sat, 20 Apr 2024 11:42:47 +0200
Subject: [PATCH] DOC: add cl

---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d168b98c..3f83bf13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,8 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * The `linkahead` module now opts into type checking and supports mypy.
 
 ### Changed ###
+* `in` operator now test whether a parent with the appropriate ID, name or both is in `ParentList`
+* `in` operator now test whether a parent with the appropriate ID, name or both is in `PropertyList`
 
 ### Deprecated ###
+* `_ParentList` is now called `ParentList`
+* `_Properties` is now called `PropertyList`
 
 ### Removed ###
 
-- 
GitLab