From 38a44d51c242d867f40d4c5503c91f52a8269ff4 Mon Sep 17 00:00:00 2001 From: Adrien Berchet Date: Fri, 4 Mar 2022 19:43:15 +0100 Subject: [PATCH] Release 0.11.0 (#368) --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index a0dd0740..bc8cfd1f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,17 @@ GeoAlchemy 2 Changelog ====================== +0.11.0 +------ + +* Add Alembic helpers for Add/Drop spatial columns with SQLite @adrien-berchet (#362) +* Add GitHub URL for PyPi @andriyor (#364) +* Add a simple API to register custom mapping for SQLite function names @adrien-berchet (#360) +* Example of specific compilation for sided buffer with SQLite dialect @adrien-berchet (#361) +* Remove metaclass as in SQLAlchemy, rework the tests and some reformatting @adrien-berchet (#357) +* Use RecoverGeometryColumn instead of AddGeometryColumn with SQLite @adrien-berchet (#354) +* Fix spatial index declaration @adrien-berchet (#344) + 0.10.2 ------