From 46c96df187212f9278caca6942f8f4259923b0fb Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 3 Oct 2022 16:19:58 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af462a8..b5aa4912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- *(derive)* Process doc comments for `#[command(subcommand)]` like in clap v3 + ## [4.0.8] - 2022-10-01 ### Fixes