From 39dc08e34e4b77e8893db1aa8b93fa8aafe9484f Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Fri, 27 Dec 2019 18:10:33 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e5d80..89a9ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2] - TBD +### Added: +- Documentation website available at https://graham.cool/schemars/! +### Changed: +- Rename `derive_json_schema` to `impl_json_schema`. `derive_json_schema` is still available for backward-compatibility, but will be removed in a future version. +- Improve schema naming for deriving on remote types. A `#[serde(remote = "Duration")]` attribute is now treated similarly to `#[serde(rename = "Duration")]`. + ## [0.6.1] - 2019-12-09 ### Fixed: - Fix a compile error that can occur when deriving `JsonSchema` from a project that doesn't reference serde_json