From eddbc256b91dedd54aaadb4cac7a5206f567b449 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Wed, 25 Dec 2024 23:06:02 +0100 Subject: [PATCH] Fix changelog for 3.12 --- serde_with/CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/serde_with/CHANGELOG.md b/serde_with/CHANGELOG.md index 0723cd34..43413041 100644 --- a/serde_with/CHANGELOG.md +++ b/serde_with/CHANGELOG.md @@ -11,7 +11,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added -* Add `with_suffix!` macro, which puts a suffix on every struct field +* Add `with_suffix!` macro, which puts a suffix on every struct field by @fgardt (#381/#797) + +### Changed + +* Reformat all `Cargo.toml` files by @nyurik (#803) +* Better handle internal arithmetic and improve error messages (#809/#810/#811) + +### Fixed + +* Generated schemas are not valid when using rust style names in ref by @waltronix (#798/#799) ## [3.11.0] - 2024-10-05