From f8220b5a09dd5b723d99cea58df4b5789d7b2d38 Mon Sep 17 00:00:00 2001 From: Marek Lisy Date: Sun, 5 Nov 2023 21:44:59 +0100 Subject: [PATCH] fix CHANGELOG after fork sync --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96cbe32d5..fc6f4a4570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ We intend to keep making breaking changes before 7.0.0 is fully released. If you - [`@turf/line-intersect`][line-intersect] Move to sweepline-intersections library for performance (#2033) - [`@turf/boolean-contains`](boolean-contains) Add multipolygon support (#2338) - [`@turf/nearest-point`](nearest-point) Add unit option (#2415) +- [`@turf/voronoi`](voronoi) Retain properties from points (#1450) ## 🐛 Bug Fixes - [`@turf/polygon-smooth`](polygon-smooth) Options argument is now actually optional (#2149)