From bceb16e27fcac603ddc1712c4065dc45c43ef6c3 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Tue, 23 Jan 2024 20:21:51 +0000 Subject: [PATCH] Add changelog --- serde_with/CHANGELOG.md | 5 +++++ serde_with_macros/CHANGELOG.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/serde_with/CHANGELOG.md b/serde_with/CHANGELOG.md index 8af2d5dd..abc07c31 100644 --- a/serde_with/CHANGELOG.md +++ b/serde_with/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +* The `serde_as` macro now better detects existing `schemars` attributes on fields and incorporates them (#682) + This avoids errors on existing `#[schemars(with = ...)]` annotations. + ## [3.5.0] - 2024-01-20 ### Added diff --git a/serde_with_macros/CHANGELOG.md b/serde_with_macros/CHANGELOG.md index 01bab7ec..df3e26ab 100644 --- a/serde_with_macros/CHANGELOG.md +++ b/serde_with_macros/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +* The `serde_as` macro now better detects existing `schemars` attributes on fields and incorporates them (#682) + This avoids errors on existing `#[schemars(with = ...)]` annotations. + ## [3.5.0] - 2024-01-20 ### Added