From 9b251d850c98fba3f228ea52d3a9b10238759453 Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Fri, 24 Dec 2021 16:08:59 +0100 Subject: [PATCH] Release 0.10.0 (#340) --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 5375450a..29d000f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ GeoAlchemy 2 Changelog ====================== +0.10.0 +------ + +* Fix cache warnings @adrien-berchet (#338) +* Drop support for Python < 3.6 @adrien-berchet (#337) +* Change KeyError into AttributeError in the comparator_factory of CompositeType @adrien-berchet (#335) +* Add SummaryStats type for the ST_SummaryStatsAgg function @adrien-berchet (#334) + 0.9.4 -----