From 846c49e07ed3f3fb683f60a8b4c5ad6f1209e5d5 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Tue, 27 Aug 2024 17:59:08 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9c0b5..b2d1278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixed - Allow `regex(path = ...)` value to be a non-string expression (https://github.com/GREsau/schemars/issues/302 / https://github.com/GREsau/schemars/pull/328) +- Respect `#[serde(rename_all_fields = ...)]` attribute (https://github.com/GREsau/schemars/issues/273 / https://github.com/GREsau/schemars/pull/304) ### Changed (_⚠️ possibly-breaking changes ⚠️_)