From 489efe8d5c44102e755f64b5528d7936071a7895 Mon Sep 17 00:00:00 2001 From: Corentin Machu Date: Fri, 2 Aug 2024 11:57:31 +0200 Subject: [PATCH] Add changelog entry for improve error message Ref. eng/recordflux/RecordFlux#1746 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8388ccd2..11a66df72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enhance diagnostics when a message parameter is not a scalar (eng/recordflux/RecordFlux#1740) - Improve diagnostics phrasing (eng/recordflux/RecordFlux#1714) +- Enhance diagnostics when a message field and its type have a size aspect (eng/recordflux/RecordFlux#1746) ### Fixed