From 78a611a63cb07262df47fbd4a88975cb415a45a5 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 10 Apr 2023 07:25:56 -0600 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43368965..30c284d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- `enclose_poles` to the antimeridian module ([#416](https://github.com/stac-utils/stactools/pull/416)) + ### Fixed - `densify_by_distance` now includes the points in the original coordinate list in the returned densified coordinate list ([#412](https://github.com/stac-utils/stactools/pull/412))