From 5840d621601279e29b8a3dea3f1daa376748e135 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 12 Oct 2022 08:22:14 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6d86908..1a4390a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Only put `ArgGroup` in `ArgMatches` when explicitly specified, fixing derives handling of option-flattened fields (#4375) + ## [4.0.13] - 2022-10-11 ### Features