Skip to content

Commit b74392f

Browse files
author
arthurdjn
committed
Update changelog for FeatureCollection model
1 parent 8a1eddd commit b74392f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Note: Minor version `0.X.0` update might break the API, It's recommanded to pin
1818

1919
### Changed
2020

21+
* update pydantic `FeatureCollection` generic model to allow named features in the generated schemas.
22+
23+
```python
24+
# before
25+
FeatureCollection[Geometry, Properties]
26+
27+
# now
28+
FeatureCollection[Feature[Geometry, Properties]]
29+
```
30+
2131
* update pydantic requirement to `~=2.0`
2232

2333
* raise `ValueError` in `geomtries.parse_geometry_obj` instead of `ValidationError`

0 commit comments

Comments
 (0)