Remove enumset optional dependency (#339)
The `JsonSchema` impl for `EnumSet` did not accurately represent how it is de/serialized by default
This commit is contained in:
parent
6a03758284
commit
65346d6683
8 changed files with 7 additions and 98 deletions
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [1.0.0-alpha.16] - **in-dev**
|
||||
|
||||
### Removed (_⚠️ breaking changes ⚠️_)
|
||||
|
||||
- the `enumset1`/`enumset` optional dependency has been removed, as its `JsonSchema` impl did not actually match the default serialization format of `EnumSet` (https://github.com/GREsau/schemars/pull/339)
|
||||
|
||||
## [1.0.0-alpha.15] - 2024-09-05
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue