Added Hidden command support to CHANGELOG

This commit is contained in:
Jesse Szwedko 2016-05-08 21:03:02 -07:00
parent cf4a731612
commit 28eb7b2cc4

View File

@ -5,6 +5,8 @@
## [Unreleased] ## [Unreleased]
### Added ### Added
- Pluggable flag-level help text rendering via `cli.DefaultFlagStringFunc` - Pluggable flag-level help text rendering via `cli.DefaultFlagStringFunc`
- Support for hiding commands by setting `Hidden: true` -- this will hide the
commands in help output
### Changed ### Changed
- `Float64Flag`, `IntFlag`, and `DurationFlag` default values are no longer - `Float64Flag`, `IntFlag`, and `DurationFlag` default values are no longer