From 3a206573d5d6edd0d4d0ed25fccb5c285d0e2db9 Mon Sep 17 00:00:00 2001 From: Jon Duckworth Date: Sat, 26 Feb 2022 08:31:50 -0500 Subject: [PATCH] Fixes to CHANGELOG --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a888dc2..e37491a39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,12 +20,11 @@ - Optional `StacIO` instance as argument to `Catalog.save`/`Catalog.normalize_and_save` ([#751](https://github.com/stac-utils/pystac/pull/751)) - More thorough docstrings for `pystac.utils` functions and classes ([#735](https://github.com/stac-utils/pystac/pull/735)) -### Removed - ### Changed - Label Extension version updated to `v1.0.1` ([#726](https://github.com/stac-utils/pystac/pull/726)) -- Option to filter by `media_type` in `get_links` and `get_single_link` [#704](https://github.com/stac-utils/pystac/pull/704)) +- Option to filter by `media_type` in `STACObject.get_links` and `STACObject.get_single_link` + ([#704](https://github.com/stac-utils/pystac/pull/704)) ### Fixed @@ -35,8 +34,6 @@ with no owner ([#746](https://github.com/stac-utils/pystac/pull/746)) - Type errors when initializing `TemporalExtent` using a list of `datetime` objects ([#744](https://github.com/stac-utils/pystac/pull/744)) -### Deprecated - ## [v1.3.0] ### Added