From b93a673d8a628abe1f42b21e45a7ed48ba0a3325 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 18 Feb 2022 14:52:36 +0100
Subject: [PATCH] DOC: Changelog

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44629bd9..5cd85d32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - CFood that creates a Record for each line in a csv file
 - `generic_analysis.py` allows to easily call scripts to perform analyses in
   server side scripting [EXPERIMENTAL]
+- Models parser can import from Json Schema files now:
+  `models.parser.parse_model_from_json_schema(...)`
 
 ### Changed ###
 
-- 
GitLab