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 ------