Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Oct 27, 2020
1 parent 34d3339 commit eee2538
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
CHANGELOG
=========

0.4.4.dev0 (XXXX-XX-XX)
0.5.0 (2020-10-27)
---------------------------
!! WARNING - BREAKING CHANGES !!

Features with empty geometry will not pass anymore Integrity Error Check
Please, check and fix you geostore_feature table first before making migrations


* Add constraint empty geometries
* Add validation of constraints on geometries


* geostore.routing has been extracted to django-geostore-routing
* add django-geostore-routing to your project dependencies
* add geostore_routing to you INSTALLED_APPS instead of geostore.routing
* Add relation property to handle relations directly in feature
* Force geometries 2d
* Add constraint empty geometries
* Add validation of constraints on geometries

* Improve tile generation


Expand Down
2 changes: 1 addition & 1 deletion geostore/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4.dev0
0.5.0

0 comments on commit eee2538

Please sign in to comment.