From a0a1137839f9158a58de2770d4bbc37822cca3e0 Mon Sep 17 00:00:00 2001 From: Alexander Kreft <akreft@trineo.org> Date: Fri, 1 Oct 2021 11:03:04 +0200 Subject: [PATCH] DOC: update changelog with fixed xls error #52 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367c1bf5..e0ec0b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * #40 Insertion of identifiables with missing obligatory properties - Before, a Property with the datatype "LIST(TEXT)" would lead to the creation 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. ### Security ### -- GitLab