Skip to content

Commit

Permalink
Add missing fixes to CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jszwedko committed Jun 28, 2016
1 parent 4205e9c commit 2ec9cfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [Unreleased]

### Added
- `./runtests` test runner with coverage tracking by default
- testing on OS X
Expand All @@ -16,6 +17,9 @@
### Fixed
- Printing of command aliases in help text
- 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
### Added
Expand Down

0 comments on commit 2ec9cfb

Please sign in to comment.