From 1c4982b3cf6276b6310949d3016709d899cbfd7f Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Sun, 29 Aug 2021 21:39:58 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ce65d7..f21d9b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Changed * Bump MSRV to 1.46, since the dev-dependency bitflags requires that version now. +* `flattened_maybe!` no longer requires the `serde_with` crate to be available with a specific name. + This allows renaming the crate or using `flattened_maybe!` through a re-export without any complictions. ## [1.9.4] - 2021-06-18