From 48a0fe72c09f74f6256ac8d4177af272d01317c3 Mon Sep 17 00:00:00 2001 From: Stephen Heindel Date: Wed, 23 Aug 2023 14:06:00 -0400 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70d9b20..0b0ff4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.4.3](https://github.com/mapbox/shp-write/compare/v0.4.0...v0.4.3) (2023-08-23) +- More README cleanup +- Actually fixed LineString handling (coerced to 4D array like polygon in order to correctly reuse polywriter) +- Updated more dependencies +- Added some JSDoc comments (WIP) +- Added custom projection (Thanks @arnoud-dv) +- Fixed types (Thanks @rooby) ## [0.4.0](https://github.com/mapbox/shp-write/compare/v0.3.2...v0.4.0) (2023-08-20) @@ -11,13 +19,10 @@ All notable changes to this project will be documented in this file. See [standa * Added types * Added options for compression and type output to `zip` and `download` * Added deprecation warning to `download` (not needed for this library) -* ## [0.3.2](https://github.com/mapbox/shp-write/compare/v0.3.1...v0.3.2) (2016-12-06) - - ## 0.2.8 * Minor bugfix