From e5ee5b726802be81bb3645b2b7500e844cda7a23 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 9 Feb 2023 16:56:43 +0100 Subject: [PATCH] Fixed changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d24ce1..a9c8cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Solved issue on unmarshalling of unknown types using best known type looking superclasses property [#20694] - Aligned model with the model defined in Luca Frosini PhD dissertation [#20367] - Using annotation to document the types with name, description, version and changelog [#20306][#20315] -- Generalise the way the type of a property is defined [#20516] +- Generalized the way the type of a property is defined [#20516] - Added reserved UUID management - Added support for context names included in header among UUIDs [#22090] - Added support for Json Query [#22047]