Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Sep 20, 2016
1 parent 454480d commit b5d951f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
## Geobuf Changelog

### 3.0.0

- **Breaking**: in Node, due to upgrade to `pbf` v3, `encode` will return `UInt8Array` instead of `Buffer`. You can use `Buffer.from(arr)` to convert the result to a `Buffer`.
- Fixed a bug where `FeatureCollection` custom `properties` object wasn't encoded.

### 2.0.0

- **Breaking:** removed TopoJSON support. It will likely branch out into a separate repo/project.
Expand Down

0 comments on commit b5d951f

Please sign in to comment.