diff --git a/HISTORY.rst b/HISTORY.rst index 6b5c43279268d2efbece0dbff4bfc924b09a2c4f..1a21bd166d4ff48128e84f9af9afceabf6bb8b2f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,10 @@ History 0.18.12 (coming soon) --------------------- +* The clean-test rule no longer needs coverage as a requirement since this is a test requirement. +* Fixed error while dumping AC inputs (due to logger). +* Fixed FutureWarning regarding the use of GeoDataFrame and GeoSeries for data without geopandas geometry + (switched to plain pandas classes). * Fixed missing log messages regarding released locks. * Fixed issue #103 ('struct.error: unpack requires a buffer of 4 bytes' within SpatialIndexMediator in case of various parallel database accesses) by adding a database lock that blocks parallel database queries.