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]
### Added
- 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
- `Float64Flag`, `IntFlag`, and `DurationFlag` default values are no longer