Added more notes about usage formatting changes

This commit is contained in:
Dan Buch 2016-05-02 19:48:35 -04:00
parent e56207bd51
commit 7de151883c
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -9,6 +9,10 @@
### Changed
- `Float64Flag`, `IntFlag`, and `DurationFlag` default values are no longer
quoted in help text output.
- All flag types now include `(default: {value})` strings following usage when a
default value can be (reasonably) detected.
- `IntSliceFlag` and `StringSliceFlag` usage strings are now more consistent
with non-slice flag types
## [1.16.0] - 2016-05-02
### Added