From 08a6fda175f797a0315329f2f3141792813b3c9a Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Fri, 13 Oct 2023 18:45:58 +0200
Subject: [PATCH] DOC: Update changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ef346c3..108c0cd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Added member `BaseTableExporter.all_keys`
 * Parsing from YAML now allows to give an existing model to which the YAML data model shall be
   added.
+* The `json_schema_exporter` module which introduces tools to create a json
+  schema from a RecordType, e.g., for the useage in web forms.
 
 ### Changed ###
 
-- 
GitLab