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-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,10 @@
8
8
9
9
### Fixed
10
10
11
-
### Remove
11
+
### Removed
12
12
13
13
## [1.0.0-beta.2]
14
14
15
-
### Added
16
-
17
15
### Changed
18
16
19
17
- Split `DefaultStacIO`'s reading and writing into two methods to allow subclasses to use the default link resolution behavior ([#354](https://github.com/stac-utils/pystac/pull/354))
@@ -25,6 +23,9 @@
25
23
26
24
### Removed
27
25
26
+
- Removed type information from docstrings, since it is redundant with function type
0 commit comments