We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac1c50 commit 6d71459Copy full SHA for 6d71459
CHANGELOG.md
@@ -32,6 +32,7 @@
32
- Use `from __future__ import annotations` for type signatures ([#962](https://github.com/stac-utils/pystac/pull/962))
33
- Use `TypeVar` for alternate constructors ([#983](https://github.com/stac-utils/pystac/pull/983))
34
- Behavior when required fields are missing in `Item.from_dict` ([#994](https://github.com/stac-utils/pystac/pull/994))
35
+- By default, `ItemCollection` now clones items in iterator (`clone_items=True`) ([#1016](https://github.com/stac-utils/pystac/pull/1016))
36
- `TemplateError` in `layout.py` deprecated in favor of duplicate in `errors.py` ([#1018](https://github.com/stac-utils/pystac/pull/1018))
37
38
### Fixed
0 commit comments