Skip to content

Commit c0a2c9b

Browse files
committed
Update CHANGELOG
1 parent 06f269d commit c0a2c9b

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
@@ -10,6 +10,9 @@
1010

1111
### Removed
1212

13+
- `STAC_IO` class in favor of `StacIO`. This was deprecated in v1.0.0-beta.1 and has
14+
been removed in this release. ([#490](https://github.com/stac-utils/pystac/pull/490))
15+
1316
### Deprecated
1417

1518
## [v1.0.0-rc.2]
@@ -131,7 +134,7 @@
131134
- 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)
132135
- Removed `single-file-stac` extension; this extension is being removed in favor of ItemCollection usage ([#309](https://github.com/stac-utils/pystac/pull/309)
133136

134-
# Deprecated
137+
### Deprecated
135138

136139
- Deprecated `STAC_IO` in favor of new `StacIO` class. `STAC_IO` will be removed in
137140
v1.0.0. ([#309](https://github.com/stac-utils/pystac/pull/309))

0 commit comments

Comments
 (0)