From 1d053e9b321d49afcd3e83ee5e9b2ed528194d9b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Jun 2022 07:48:58 -0500 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ba41e0586..449bb318854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ _gated behind `unstable-v4`_ - Leading dashes in `Arg::long` are no longer allowed (#3691) - Verify `required` is not used with conditional required settings (#3660) - Disallow more `value_names` than `number_of_values` (#2695) +- Don't correct argument id in `default_value_ifs_os`(#3815) - *(assert)* Always enforce that version is specified when the `ArgAction::Version` is used - *(assert)* Add missing `#[track_caller]`s to make it easier to debug asserts - *(help)* Use `Command::display_name` in the help title rather than `Command::bin_name`