From 19756499b94c1bc7cbe84f7dd209c33bf8b7a534 Mon Sep 17 00:00:00 2001 From: Lynn Cyrin Date: Wed, 23 Oct 2019 22:19:35 -0700 Subject: [PATCH] fix spacing --- docs/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1a4b1d3..252df89 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -145,8 +145,11 @@ `cli.Flag`s allowing for the use of custom flags satisfying the `cli.Flag` interface to be used. + ## [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