From 70f4fb051a71ef7163142ebf534de51d92907c0d Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 15 May 2022 22:30:23 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e78341c..734448fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.8.9] - **in-dev** +### Changed: +- Support generic default values in `default` attributes (https://github.com/GREsau/schemars/pull/83) + ## [0.8.8] - 2021-11-25 ### Added: - Implement `JsonSchema` for types from `rust_decimal` and `bigdecimal` crates (https://github.com/GREsau/schemars/pull/101)