RC Changelogs #3110
epage
announced in
Information
RC Changelogs
#3110
Replies: 1 comment 1 reply
-
I can update the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Building on the beta changelogs
3.0.0-rc.13
Breaking Change
clap_complete
crate's API (clap_generate
's API should be unchanged)3.0.0-rc.12
Fixes
clap_generate
toclap_complete
with a compatibility stub)3.0.0-rc.11
Fixes
3.0.0-rc.10
Fixes
--help
(fix(help): Prefer short version over long version #3232){n}
until Remove{n}
support #3230 (Revert "Remove {n} support" #3231)3.0.0-rc.9
Fixes
3.0.0-rc.8
Fixes
NextLineHelp
when usinglong_about
on subcommands (Next-line help is always used despite no long-help being shown (despitelong_about
being set on a subcommand) #3193)0..
values (fix: Ensure we validate required-unless #3205)conflicts_with
withArgGroup
#3197 )3.0.0-rc.7
Fixes
3.0.0-rc.6
Fixes
Display
fordefault_value_t
witharg_enum
(feat(derive): Don't require Display for default ArgEnum #3188)3.0.0-rc.5
Fixes
clap_generate
in docs--help
incmd help
withDisableHelpFlag
(fix(help): Don't commit to '--help' that doesn't work #3169)--help
incmd help help
that doesn't work (fix(help): Don't commit to '--help' that doesn't work #3169)default_value_os
likedefault_value
(fix(derive): Treatdefault_value_os
likedefault_value
#3170)flatten
andsubcommand
, ensure our doc comment always overrides the nested container's doc comment, whether it has onlyabout
orabout
andlong_about
(fix(derive)!: Set both about/long_about with doc comments #3175)--help
(revert(help): Partial revert of 3c049b4 #3179)Breaking changes (all considered small enough to be accepted in RC)
unstable-multicall
feature was simplified / generalized (allowed due tounstable-
nature) (Rewrite Multicall handling to just strip path off argv0 #3041)#[non_exhaustive]
toclap::{ValueHint, ErrorKind, AppSettings, ArgSettings}
(fix!: Allow adding new enum variants #3167)App::about
,App::long_about
,Arg::help
, andArg::long_help
signatures changed slightly, though most won't notice (fix(derive)!: Set both about/long_about with doc comments #3175)3.0.0-rc.4
Fixes
3.0.0-rc.3
Fixes
3.0.0-rc.2
Ignore, bad release
3.0.0-rc.1
Fixes
Performance
exclusive
config (reducing memory usage) (Use ArgSettings to store Arg::exclusive #3105)3.0.0-rc.0
Beta Was this translation helpful? Give feedback.
All reactions