@@ -9,8 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
- DictElementConverters can now make use of `match_properties` which works analogous to `match_properties` in ROCrateEntityConverter and `match_attrib` in XMLConverter.
-`match_properties` is a method of class Converter and can for example be used by CustomConverters.
- DictElementConverters can now make use of `match_properties` which
works analogous to `match_properties` in ROCrateEntityConverter and
`match_attrib` in XMLConverter.
-`match_properties` is a method of class Converter and can for