Skip to content

Commit 49af995

Browse files
committed
update changes
1 parent b45b771 commit 49af995

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [0.6.0] - TBD
99

10-
- Remove python 3.7 support
10+
### Added
11+
1112
- Enforce required keys and avoid defaults. This aim to follow the geojson specification to the letter.
1213

1314
```python
@@ -25,10 +26,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2526
)
2627
```
2728

29+
### Changed
30+
31+
- Refactor and simplify WKT construction (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/97)
32+
2833
### Fixed
2934

3035
- Do not validates arbitrary dictionaries. Make `Type` a mandatory key for objects (https://github.com/developmentseed/geojson-pydantic/pull/94)
3136

37+
### Removed
38+
39+
- python 3.7 support
40+
3241
## [0.5.0] - 2022-12-16
3342

3443
### Added

0 commit comments

Comments
 (0)