diff --git a/CHANGELOG.md b/CHANGELOG.md index 44629bd9b80b9bfd6a8d6a991fe52c8ce5ed3919..5cd85d320a265ec9b6a27742823a0c1a5e92fae1 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 ###