Update changelog
This commit is contained in:
parent
db1dd47039
commit
53bb51cb25
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.8.14] - in-dev
|
||||||
|
|
||||||
|
### Added:
|
||||||
|
|
||||||
|
- Add `#[schemars(inner(...)]` attribute to specify schema for array items (https://github.com/GREsau/schemars/pull/234)
|
||||||
|
|
||||||
|
### Fixed:
|
||||||
|
|
||||||
|
- Schemas for `rust_decimal::Decimal` and `bigdecimal::BigDecimal` now match how those types are serialized by default, i.e. as numeric strings (https://github.com/GREsau/schemars/pull/248)
|
||||||
|
|
||||||
## [0.8.13] - 2023-08-28
|
## [0.8.13] - 2023-08-28
|
||||||
|
|
||||||
### Added:
|
### Added:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue