File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 33** ATTN** : This project uses [ semantic versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+
7+ ## [ 1.16.0] - 2016-05-02
68### Added
79- ` Hidden ` field on all flag struct types to omit from generated help text
810
911### Changed
1012- ` BashCompletionFlag ` (` --enable-bash-completion ` ) is now omitted from
1113generated help text via the ` Hidden ` field
1214
15+ ### Fixed
16+ - handling of error values in ` HandleAction ` and ` HandleExitCoder `
17+
1318## [ 1.15.0] - 2016-04-30
1419### Added
1520- This file!
@@ -257,7 +262,8 @@ signature of `func(*cli.Context) error`, as defined by `cli.ActionFunc`.
257262### Added
258263- Initial implementation.
259264
260- [ Unreleased ] : https://github.com/codegangsta/cli/compare/v1.15.0...HEAD
265+ [ Unreleased ] : https://github.com/codegangsta/cli/compare/v1.16.0...HEAD
266+ [ 1.16.0 ] : https://github.com/codegangsta/cli/compare/v1.15.0...v1.16.0
261267[ 1.15.0 ] : https://github.com/codegangsta/cli/compare/v1.14.0...v1.15.0
262268[ 1.14.0 ] : https://github.com/codegangsta/cli/compare/v1.13.0...v1.14.0
263269[ 1.13.0 ] : https://github.com/codegangsta/cli/compare/v1.12.0...v1.13.0
You can’t perform that action at this time.
0 commit comments