Skip to content

Commit b31cd77

Browse files
committed
Update CHANGELOG
1 parent 368767b commit b31cd77

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@
1111
- Migration for `sar:type` -> `sar:product_type` and `sar:polarization` ->
1212
`sar:polarizations` for pre-0.9 catalogs
1313
([#556](https://github.com/stac-utils/pystac/pull/556))
14+
- Collection summaries for Point Cloud Extension ([#558](https://github.com/stac-utils/pystac/pull/558))
15+
- `PhenomenologyType` enum for recommended values of `pc:type` & `SchemaType` enum for
16+
valid values of `type` in [Point Cloud Schema
17+
Objects](https://github.com/stac-extensions/pointcloud#schema-object)
18+
([#548](https://github.com/stac-utils/pystac/pull/548))
1419

1520
### Removed
1621

1722
### Changed
1823

1924
- The `from_dict` method on STACObjects will set the object's root link when a `root` parameter is present. An ItemCollection `from_dict` with a root parameter will set the root on each of it's Items. ([#549](https://github.com/stac-utils/pystac/pull/549))
25+
- `PointcloudSchema` -> `Schema`, `PointcloudStatistic` -> `Statistic` for consistency
26+
with naming convention in other extensions ([#548](https://github.com/stac-utils/pystac/pull/548))
2027

2128
### Fixed
2229

0 commit comments

Comments
 (0)