From b5d951f048d0f82d754a9c7c3109755c6ea117a9 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Tue, 20 Sep 2016 19:35:42 +0300 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e164d89..d418f1c 100644 --- a/CHANGELOG.md +++ b/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.