File tree 2 files changed +3
-0
lines changed
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.
14
14
- PySTAC Client specific warnings [ #480 ] ( https://github.com/stac-utils/pystac-client/pull/480 )
15
15
- Support for fetching and merging a selection of queryables [ #511 ] ( https://github.com/stac-utils/pystac-client/pull/511 )
16
16
- 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 )
17
18
18
19
### Changed
19
20
Original file line number Diff line number Diff line change 3
3
"CollectionClient" ,
4
4
"ConformanceClasses" ,
5
5
"ItemSearch" ,
6
+ "Modifiable" ,
6
7
"__version__" ,
7
8
]
8
9
10
+ from pystac_client ._utils import Modifiable
9
11
from pystac_client .client import Client
10
12
from pystac_client .collection_client import CollectionClient
11
13
from pystac_client .conformance import ConformanceClasses
You can’t perform that action at this time.
0 commit comments