diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e0aabb..a7a1e279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +v2.3.0 +------ + +* Add utility function to orient MultiPolygons. [PR #368](https://github.com/tilezen/tilequeue/pull/368). +* Process boundaries from RAWR tiles the same way we do from SQL. [PR #362](https://github.com/tilezen/tilequeue/pull/362). +* Exclude buffered land polygons from changes made in [#362](https://github.com/tilezen/tilequeue/pull/362). [PR #367](https://github.com/tilezen/tilequeue/pull/367). +* Add log function to post-process Context. [PR #364](https://github.com/tilezen/tilequeue/pull/364). +* Fix indentation for new, stricter flake8. [PR #366](https://github.com/tilezen/tilequeue/pull/366). +* Bump PyYAML version for CVE-2017-18342. [PR #363](https://github.com/tilezen/tilequeue/pull/363). + v2.2.1 ------ diff --git a/VERSION b/VERSION index c043eea7..276cbf9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.3.0