File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414- PySTAC Client specific warnings [ #480 ] ( https://github.com/stac-utils/pystac-client/pull/480 )
1515- Support for fetching and merging a selection of queryables [ #511 ] ( https://github.com/stac-utils/pystac-client/pull/511 )
1616- Better error messages for the CLI [ #531 ] ( https://github.com/stac-utils/pystac-client/pull/531 )
17+ - ` Modifiable ` to our public API [ #534 ] ( https://github.com/stac-utils/pystac-client/pull/534 )
1718
1819### Changed
1920
Original file line number Diff line number Diff line change 33 "CollectionClient" ,
44 "ConformanceClasses" ,
55 "ItemSearch" ,
6+ "Modifiable" ,
67 "__version__" ,
78]
89
10+ from pystac_client ._utils import Modifiable
911from pystac_client .client import Client
1012from pystac_client .collection_client import CollectionClient
1113from pystac_client .conformance import ConformanceClasses
You can’t perform that action at this time.
0 commit comments