diff --git a/CHANGELOG.md b/CHANGELOG.md index 12200993f810063e189dda99ddf3ee77894ac797..455c45a5297e95c456a6eac64d846190ef94a4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### -- New class to collect possible problems whith the data model +- New class to collect possible problems with the data model - New class for checking and importing tables ### Changed ### +- the suppression module is now a logging filter - instead of `get_entity`, type-specific functions are used in `cfood.py` when the type of the entity in question is known. - Logger is used instead of `print` for errors in `crawler.py`.