Skip to content

Commit b83338d

Browse files
committed
Update CHANGELOG
1 parent 971c881 commit b83338d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Support for Python 3.9 ([#420](https://github.com/stac-utils/pystac/pull/420))
1414
- Migration for pre-1.0.0-rc.1 Stats Objects (renamed to Range Objects in 1.0.0-rc.3) ([#447](https://github.com/stac-utils/pystac/pull/447))
1515
- Attempting to extend a `STACObject` that does not contain the extension's schema URI in
16-
`stac_extensions` raises new `ExtensionNotImplementedError`.
16+
`stac_extensions` raises new `ExtensionNotImplementedError` ([#450](https://github.com/stac-utils/pystac/pull/450))
1717

1818
### Changed
1919

@@ -22,6 +22,9 @@
2222
`StacIO.read_text` ([#433](https://github.com/stac-utils/pystac/pull/433))
2323
- `FileExtension` updated to work with File Info Extension v2.0.0 ([#442](https://github.com/stac-utils/pystac/pull/442))
2424
- `FileExtension` only operates on `pystac.Asset` instances ([#442](https://github.com/stac-utils/pystac/pull/442))
25+
- `*Extension.ext` methods now have an optional `add_if_missing` argument, which will
26+
add the extension schema URI to the object's `stac_extensions` list if it is not
27+
present ([#450](https://github.com/stac-utils/pystac/pull/450))
2528

2629
### Fixed
2730

0 commit comments

Comments
 (0)