From 6b095dbc3162409ff062ba9792d533f963340112 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Wed, 1 Dec 2021 18:17:51 +0100
Subject: [PATCH] DOC: Update changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a50eb436..c295a5fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   See `build.properties.d/00_default.properties` for more information
 * Start editing an entity/creating a new record directly by adding an `#edit` or
   `#new_record` URI fragment, respectively.
+* Optional WYSIWYG editor with markdown output for text properties. Controled by
+  the `BUILD_MODULE_EXT_EDITMODE_WYSIWYG_TEXT` build variable which is set do
+  `DISABLED` by default.
 
 ### Changed (for changes in existing functionality)
 
-- 
GitLab