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
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,25 @@
6
6
7
7
### Changed
8
8
9
+
### Fixed
10
+
11
+
### Removed
12
+
13
+
## [1.0.0-beta.2]
14
+
15
+
### Changed
16
+
9
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))
10
18
- Increased test coverage for the pointcloud extension ([#352](https://github.com/stac-utils/pystac/pull/352))
11
19
12
20
### Fixed
13
21
14
22
- Reading json without orjson ([#348](https://github.com/stac-utils/pystac/pull/348))
15
23
16
-
### Remove
24
+
### Removed
25
+
26
+
- Removed type information from docstrings, since it is redundant with function type
0 commit comments