From 3a0f9fe4a2f20ca1c9bcc8ab9c74eb0403c0dfae Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 20 Oct 2022 16:58:07 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be108e06d58..70b2aa1aec5 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)* Allow `#[command(skip)]` to also work with enum variants with a value + ## [4.0.17] - 2022-10-18 ### Fixes