Changes
=======

2.0.0 (TBD)
------------------
- Matches the functionality provided by mapbox/geobuf v3.0.0
- **Breaking**: removed TopoJSON support
- **Breaking**: changed encoding to not include the closing point of a polygon ring

1.1.1 (2017-10-06)
------------------
- Fix integer encoding with Python 3 (#33).

1.1.0 (2016-02-25)
------------------
- Change coordinates to sint64 (#21).
- Adds support for Python 3.4+. This requires protobuf>=3.0 such as the version
  3.0.0b2 on PyPI (#22).

1.0.0 (2015-03-20)
------------------
- New Python packaging.
- New CLI commands `geobuf encode` and `geobuf decode`. See `geobuf --help`.
