File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030- Fixed parsing of empty series document.
3131
32- - Changed type of ` Series ` fields ` alternative_names ` ,
33- ` country_codes ` from ` set[str] ` to ` list[str] ` .
32+ - Changed type of ` Series ` fields ` alternative_names ` , ` country_codes ` from
33+ ` set[str] ` to ` list[str] ` .
3434
3535- Fixed serialization of party location's latitude and longitude.
3636
6464
6565## 0.5.0 (2024-06-30)
6666
67- - Removed support to load website URL from ` links.website ` . From now
68- on, it is expected only in ` links.website.url ` .
67+ - Removed support to load website URL from ` links.website ` . From now on, it is
68+ expected only in ` links.website.url ` .
6969
7070
7171## 0.4.0 (2024-06-30)
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ path = Path('./superlan-2024.toml')
9999path.write_text(toml)
100100```
101101
102- Take a look at the code (in ` src/ ` ) and the tests (in ` tests/ ` ) to learn
103- more about the library's interface.
102+ Take a look at the code (in ` src/ ` ) and the tests (in ` tests/ ` ) to learn more
103+ about the library's interface.
104104
105105
106106## License
You can’t perform that action at this time.
0 commit comments