Fixed CHANGELOG

This commit is contained in:
Luca Frosini 2021-02-11 17:31:59 +01:00
parent ece3fd1245
commit fec18df298
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v4.2.0-SNAPSHOT]
- Added the possibility to get AccessType from Type definition
- Solved issue on unmarshalling of unknown types
- Added the possibility to get AccessType from Type definition [#20695]
- 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]