From e67cae47fc5f4e0b4f171cc741809a22ea69c3ea Mon Sep 17 00:00:00 2001 From: Moritz Schott Date: Mon, 19 Feb 2024 18:30:53 +0100 Subject: [PATCH] doc(CHANGELOG): update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ff79c..741062c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Unreleased + +### Changed + + - improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139)) + +### Fixed + + - removed time-dependency of unit tests that would cause them to fail at any time after the cassettes were recorded + ## 0.3.0 ### Added