You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@
10
10
11
11
### Removed
12
12
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
+
13
16
### Deprecated
14
17
15
18
## [v1.0.0-rc.2]
@@ -131,7 +134,7 @@
131
134
- 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)
132
135
- Removed `single-file-stac` extension; this extension is being removed in favor of ItemCollection usage ([#309](https://github.com/stac-utils/pystac/pull/309)
133
136
134
-
# Deprecated
137
+
###Deprecated
135
138
136
139
- Deprecated `STAC_IO` in favor of new `StacIO` class. `STAC_IO` will be removed in
0 commit comments