Skip to content

Commit

Permalink
Merge pull request #369 from tilezen/zerebubuth/update-for-v2.3
Browse files Browse the repository at this point in the history
Update changelog and version file, bump to v2.3.0.
  • Loading branch information
zerebubuth authored Feb 15, 2019
2 parents 7d47872 + ff3c6a3 commit 7f40d15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.3.0

0 comments on commit 7f40d15

Please sign in to comment.