We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39178b1 commit 44157abCopy full SHA for 44157ab
CHANGELOG.md
@@ -18,6 +18,9 @@
18
- Bug in `pystac.serialization.identify_stac_object_type` where invalid objects with
19
`stac_version == 1.0.0` were incorrectly identified as Catalogs
20
([#487](https://github.com/stac-utils/pystac/pull/487))
21
+- `Link` constructor classes (e.g. `Link.from_dict`, `Link.canonical`, etc.) now return
22
+ the calling class instead of always returning the `Link` class
23
+ ([#512](https://github.com/stac-utils/pystac/pull/512))
24
25
### Removed
26
0 commit comments