We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425343f commit 9524f31Copy full SHA for 9524f31
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
37
### Fixed
38
0 commit comments