docs: Update changelog

This commit is contained in:
Ed Page 2022-08-29 16:50:04 -05:00
parent 45d56ca9d2
commit 5bbe04ac2a

View file

@ -92,6 +92,7 @@ Deprecated
- *(help)* Don't rely on ALL CAPS for help headers
- *(help)* List subcommands first, focusing the emphasis on them
- *(help)* Do not include global args in `cmd help help` (#4131)
- *(help)* Use `[positional]` in argument list when relevant (#4145)
- *(version)* Use `Command::display_name` rather than `Command::bin_name`
- *(parser)* Assert on unknown args when using external subcommands (#3703)
- *(parser)* Always fill in `""` argument for external subcommands (#3263)