Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
duckontheweb committed Jul 15, 2021
1 parent 368767b commit b31cd77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,19 @@
- Migration for `sar:type` -> `sar:product_type` and `sar:polarization` ->
`sar:polarizations` for pre-0.9 catalogs
([#556](https://github.com/stac-utils/pystac/pull/556))
- Collection summaries for Point Cloud Extension ([#558](https://github.com/stac-utils/pystac/pull/558))
- `PhenomenologyType` enum for recommended values of `pc:type` & `SchemaType` enum for
valid values of `type` in [Point Cloud Schema
Objects](https://github.com/stac-extensions/pointcloud#schema-object)
([#548](https://github.com/stac-utils/pystac/pull/548))

### Removed

### Changed

- 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))
- `PointcloudSchema` -> `Schema`, `PointcloudStatistic` -> `Statistic` for consistency
with naming convention in other extensions ([#548](https://github.com/stac-utils/pystac/pull/548))

### Fixed

Expand Down

0 comments on commit b31cd77

Please sign in to comment.