docs: Update changelog

This commit is contained in:
Ed Page 2021-12-02 20:20:50 -06:00
parent 500def4904
commit 888c27048d
2 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,6 @@ whether in changes or their motivation.
TBD:
- `AppSettings::ColoredHelp`: we are now relying solely on the `color` feature flag and `App::color` method
- Rename of `StructOpt`
- Rename of `structopt`
### BREAKING CHANGES

View file

@ -1,3 +1,5 @@
#![allow(deprecated)]
use clap::{AppSettings, StructOpt};
#[test]