From 53bb51cb2589fd18be6957797786896e359d483b Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 17 Sep 2023 20:35:13 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73776f0..25ee7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # 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 ### Added: