File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 26
26
- Calling ` ExtensionManagementMixin.validate_has_extension ` with ` add_if_missing = True `
27
27
on an ownerless ` Asset ` will raise a ` STACError ` ([ #554 ] ( https://github.com/stac-utils/pystac/pull/554 ) )
28
28
- ` 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 ) )
30
34
31
35
### Fixed
32
36
You can’t perform that action at this time.
0 commit comments