mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
docs: Update changelog
This commit is contained in:
parent
500def4904
commit
888c27048d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#![allow(deprecated)]
|
||||
|
||||
use clap::{AppSettings, StructOpt};
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue