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