Skip to content

Commit d053e72

Browse files
committed
Update CHANGELOG
1 parent f8ef79c commit d053e72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
### Changed
8383

8484
- API change: The extension API changed significantly. See ([#309](https://github.com/stac-utils/pystac/pull/309)) for more details.
85-
- API change: Refactored the global STAC_IO object to an instance-specific `StacIO` implementation. STAC_IO is deprecated and will be removed next release. ([#309](https://github.com/stac-utils/pystac/pull/309))
85+
- API change: Refactored the global STAC_IO object to an instance-specific `StacIO` implementation. ([#309](https://github.com/stac-utils/pystac/pull/309))
8686
- Asset.get_absolute_href returns None if no absolute href can be inferred (previously the relative href that was passed in was returned) ([#309](https://github.com/stac-utils/pystac/pull/309))
8787

8888
### Removed
@@ -91,6 +91,11 @@
9191
- Removed `LinkMixin`, and implemented those methods on `STACObject` directly. STACObject was the only class using LinkMixin and this should not effect users ([#309](https://github.com/stac-utils/pystac/pull/309)
9292
- Removed `single-file-stac` extension; this extension is being removed in favor of ItemCollection usage ([#309](https://github.com/stac-utils/pystac/pull/309)
9393

94+
# Deprecated
95+
96+
- Deprecated `STAC_IO` in favor of new `StacIO` class. `STAC_IO` will be removed in
97+
v1.0.0. ([#309](https://github.com/stac-utils/pystac/pull/309))
98+
9499
## [v0.5.6]
95100

96101
### Added

0 commit comments

Comments
 (0)