From 1470d2641cc2812b9a6c0567a154157c2557a947 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 17 May 2020 10:54:29 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a95ed2d..631d3cbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ - Setting `#[deprecated]` attribute will now cause generated schemas to have the `deprecated` property set to `true` - Respect #[serde(transparent)] attribute (https://github.com/GREsau/schemars/issues/17) +### Changed: +- schemars_derive is now an optional dependency, but included by default + ## [0.7.4] - 2020-05-16 ### Added: - If a struct is annotated with `#[serde(deny_unknown_fields)]`, generated schema will have `additionalProperties` set to `false` (https://github.com/GREsau/schemars/pull/30)