From 93ba76dbaaf9136313a4fe2978693cc39fa467dd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 27 Nov 2023 11:56:46 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce5decd788..2a42f5a24d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- *(help)* Show correct `Command::about` under flattened headings +- *(help)* Respect `hide` when flattening subcommands + ## [4.4.8] - 2023-11-10 ### Features