Skip to content

Commit c12f907

Browse files
committed
Update CHANGELOG
1 parent 170683f commit c12f907

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@
2626
- Calling `ExtensionManagementMixin.validate_has_extension` with `add_if_missing = True`
2727
on an ownerless `Asset` will raise a `STACError` ([#554](https://github.com/stac-utils/pystac/pull/554))
2828
- `PointcloudSchema` -> `Schema`, `PointcloudStatistic` -> `Statistic` for consistency
29-
with naming convention in other extensions ([#548](https://github.com/stac-utils/pystac/pull/548))
29+
with naming convention in other extensions
30+
([#548](https://github.com/stac-utils/pystac/pull/548))
31+
- `RequiredPropertyMissing` always raised when trying to get a required property that is
32+
`None` (`STACError` or `KeyError` was previously being raised in some cases)
33+
([#561](https://github.com/stac-utils/pystac/pull/561))
3034

3135
### Fixed
3236

0 commit comments

Comments
 (0)