From 49576986a745d383885a1828c49a3d21be715b2c Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Tue, 21 Feb 2023 13:52:44 -0700 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b761b7ba..adf3b75a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - Optional `strategy` parameter to `catalog.add_items()` ([#967](https://github.com/stac-utils/pystac/pull/967)) - `start_datetime` and `end_datetime` arguments to the `Item` constructor ([#918](https://github.com/stac-utils/pystac/pull/918)) - `RetryStacIO` ([#986](https://github.com/stac-utils/pystac/pull/986)) +- `Item.remove_hierarchical_links`, `Catalog.remove_hierarchical_links`, and `Link.is_hierarchical` ([#999](https://github.com/stac-utils/pystac/pull/999)) ### Removed