docs: Update changelog

This commit is contained in:
Ed Page 2022-09-02 15:44:41 -05:00
parent 707f47f435
commit 47e3cb6498

View file

@ -66,6 +66,7 @@ Deprecated
- `Arg::number_of_values` in favor of `Arg::num_args`
- `default_value_os`, `default_values_os`, `default_value_if_os`, and `default_value_ifs_os` as the non `_os` variants now accept either a `str` or an `OsStr`
- `Command::dont_collapse_args_in_usage` is now the default and is deprecated
- *(derive)* `structopt` and `clap` attributes in favor of the more specific `command`, `arg`, and `value`
### Features