File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ 0.6.0] - TBD
9
9
10
- - Remove python 3.7 support
10
+ ### Added
11
+
11
12
- Enforce required keys and avoid defaults. This aim to follow the geojson specification to the letter.
12
13
13
14
``` python
@@ -25,10 +26,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
25
26
)
26
27
```
27
28
29
+ # ## Changed
30
+
31
+ - Refactor and simplify WKT construction (author @ eseglem, https:// github.com/ developmentseed/ geojson- pydantic/ pull/ 97 )
32
+
28
33
# ## Fixed
29
34
30
35
- Do not validates arbitrary dictionaries. Make `Type` a mandatory key for objects (https:// github.com/ developmentseed/ geojson- pydantic/ pull/ 94 )
31
36
37
+ # ## Removed
38
+
39
+ - python 3.7 support
40
+
32
41
# # [0.5.0] - 2022-12-16
33
42
34
43
# ## Added
You can’t perform that action at this time.
0 commit comments