Add missing fixes to CHANGELOG.md
This commit is contained in:
parent
4205e9c4ee
commit
2ec9cfb7f9
@ -3,6 +3,7 @@
|
|||||||
**ATTN**: This project uses [semantic versioning](http://semver.org/).
|
**ATTN**: This project uses [semantic versioning](http://semver.org/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `./runtests` test runner with coverage tracking by default
|
- `./runtests` test runner with coverage tracking by default
|
||||||
- testing on OS X
|
- testing on OS X
|
||||||
@ -16,6 +17,9 @@
|
|||||||
### Fixed
|
### Fixed
|
||||||
- Printing of command aliases in help text
|
- Printing of command aliases in help text
|
||||||
- Printing of visible flags for both struct and struct pointer flags
|
- Printing of visible flags for both struct and struct pointer flags
|
||||||
|
- Display the `help` subcommand when using `CommandCategories`
|
||||||
|
- No longer swallows `panic`s that occur within the `Action`s themselves when
|
||||||
|
detecting the signature of the `Action` field
|
||||||
|
|
||||||
## [1.17.0] - 2016-05-09
|
## [1.17.0] - 2016-05-09
|
||||||
### Added
|
### Added
|
||||||
|
Loading…
Reference in New Issue
Block a user