Skip to content

Commit 8bb9fdd

Browse files
committed
Update CHANGELOG, add entry for inheritance change
1 parent b627ecf commit 8bb9fdd

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Fixed
10+
11+
### Removed
12+
13+
### Deprecated
14+
15+
## [v1.0.0-rc.1]
16+
17+
### Added
18+
719
- License file included in distribution ([#409](https://github.com/stac-utils/pystac/pull/409))
820
- Links to Issues, Discussions, and documentation sites ([#409](https://github.com/stac-utils/pystac/pull/409))
921
- Python minimum version set to `>=3.6` ([#409](https://github.com/stac-utils/pystac/pull/409))
@@ -25,6 +37,8 @@
2537
- `*Extension.ext` methods now have an optional `add_if_missing` argument, which will
2638
add the extension schema URI to the object's `stac_extensions` list if it is not
2739
present ([#450](https://github.com/stac-utils/pystac/pull/450))
40+
- `from_file` and `from_dict` methods on `STACObject` sub-classes always return instance
41+
of calling class ([#451](https://github.com/stac-utils/pystac/pull/451))
2842

2943
### Fixed
3044

@@ -37,9 +51,7 @@
3751
([#455](https://github.com/stac-utils/pystac/pull/455))
3852
- Schema URI base for STAC 1.0.0-beta.1 ([#455](https://github.com/stac-utils/pystac/pull/455))
3953

40-
### Removed
41-
42-
## [1.0.0-beta.3]
54+
## [v1.0.0-beta.3]
4355

4456
### Added
4557

@@ -60,7 +72,7 @@
6072

6173
- Two v0.6.0 examples from the test suite ([#373](https://github.com/stac-utils/pystac/pull/373))
6274

63-
## [1.0.0-beta.2]
75+
## [v1.0.0-beta.2]
6476

6577
### Changed
6678

@@ -368,7 +380,8 @@ use `Band.create`
368380

369381
Initial release.
370382

371-
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..main>
383+
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.0.0-rc.1..main>
384+
[v1.0.0-rc.1]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.3..v1.0.0-rc.1>
372385
[v1.0.0-beta.3]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.2..v1.0.0-beta.3>
373386
[v1.0.0-beta.2]: <https://github.com/stac-utils/pystac/compare/v1.0.0-beta.1..v1.0.0-beta.2>
374387
[v1.0.0-beta.1]: <https://github.com/stac-utils/pystac/compare/v0.5.6..v1.0.0-beta.1>

0 commit comments

Comments
 (0)