From 6c746f86655f84291461261fe95b83ad9f246e79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Tue, 22 Nov 2022 12:37:45 +0100
Subject: [PATCH] DOC: add comment on match keyword to changelog"

---
 CHANGELOG.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7b773cf..cf324dd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Changed ###
 - Some StructureElements changed (see "How to upgrade" in the docs):
   - Dict, DictElement and DictDictElement were merged into DictElement.
-  - DictTextElement and TextElement were merged into TextElement.
+  - DictTextElement and TextElement were merged into TextElement. The "match"
+    keyword is now invalid for TextElements.
 
 
 ### Deprecated ###
-- 
GitLab