From 5801ce1937c2186b5be146b621f030444ab98a67 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 15 Jan 2024 10:19:51 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e46097ef36..e17cb76cfa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Fixes + +- Fix `panic!` when mixing `args_conflicts_with_subcommands` with `ArgGroup` (which is implicit with `derive`) introduced in 4.4.15 + ## [4.4.16] - 2024-01-12 ### Fixes