Skip to content

Commit d69b440

Browse files
committed
Merge pull request #379 from codegangsta/v1.16.0-prep
Version 1.16.0 prep
2 parents 4cb9a7a + edc8458 commit d69b440

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
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
1113
generated 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

0 commit comments

Comments
 (0)