From 3369028730139c73a11d37a5babdef2f731c47e8 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..bc93d256b 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)) +- `STACObject.remove_hierarchical_links` and `Link.is_hierarchical` ([#999](https://github.com/stac-utils/pystac/pull/999)) ### Removed