Skip to content

Commit

Permalink
Merge pull request #569 from urfave/prepare-1-19-1
Browse files Browse the repository at this point in the history
Prep 1.19.1
  • Loading branch information
jszwedko committed Nov 22, 2016
2 parents 3ba36a3 + 0ef6582 commit 0bdedde
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,18 @@

## [Unreleased]

## [1.19.1] - 2016-11-21

### Fixed

- Fixes regression introduced in 1.19.0 where using an `ActionFunc` as
the `Action` for a command would cause it to error rather than calling the
function. Should not have a affected declarative cases using `func(c
*cli.Context) err)`.
- Shell completion now handles the case where the user specifies
`--generate-bash-completion` immediately after a flag that takes an argument.
Previously it call the application with `--generate-bash-completion` as the
flag value.

## [1.19.0] - 2016-11-19
### Added
Expand Down

0 comments on commit 0bdedde

Please sign in to comment.