From 7e7ad4abbe974c44e8071f8a59f3aac97ca33b08 Mon Sep 17 00:00:00 2001 From: tyranron Date: Sun, 19 Jan 2025 19:41:15 +0200 Subject: [PATCH] Mention in CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf7bfc9..5a7ac1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Top-level `#[display("...")]` attribute on an enum not working transparently for directly specified fields. ([#438](https://github.com/JelteF/derive_more/pull/438)) +- Incorrect dereferencing of unsized fields in `Debug` and `Display` expansions. + ([#440](https://github.com/JelteF/derive_more/pull/440)) ## 1.0.0 - 2024-08-07