diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ec0b6b630e0310ceb81b955ceed7f0089a0e6e..046f848a589d74515b7eaa852a22704cfe87e403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 of a RecordType. This is fixed now. * #52 `XLSimporter.read_xls` throwed a wrong error when reading from a file with a wrong ending. Now, a `DataInconsistencyError` is raised instead of a ValueError. +* List properties are now treated properly in the crawler. ### Security ###