diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7b773cf8aa67f9239316c00673c31043371b284..cf324dd1b18cb6a839df3a9010ddde7b080b0c7e 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 ###