From 28789a9775ad43d2137ab162346476e027fce5d7 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Tue, 31 Mar 2020 15:00:40 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- docs/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 850f049..16655b1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -90,6 +90,12 @@ The V2 changes were all shipped in [urfave/cli/pull/892](https://github.com/urfa View [unreleased 1.22.X] series changes. +## [1.22.4] - 2020-02-25 + +### Fixed + +- Fixed a panic with flag completion in [urfave/cli/pull/1101](https://github.com/urfave/cli/pull/1101) via [@unRob](https://github.com/unRob), [@VirrageS](https://github.com/VirrageS) + ## [1.22.3] - 2020-02-25 ### Fixed @@ -584,7 +590,8 @@ signature of `func(*cli.Context) error`, as defined by `cli.ActionFunc`. [2.1.0]: https://github.com/urfave/cli/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/urfave/cli/compare/v1.22.2...v2.0.0 -[unreleased 1.22.X]: https://github.com/urfave/cli/compare/v1.22.3...v1 +[unreleased 1.22.X]: https://github.com/urfave/cli/compare/v1.22.4...v1 +[1.22.4]: https://github.com/urfave/cli/compare/v1.22.3...v1.22.4 [1.22.3]: https://github.com/urfave/cli/compare/v1.22.2...v1.22.3 [1.22.2]: https://github.com/urfave/cli/compare/v1.22.1...v1.22.2 [1.22.1]: https://github.com/urfave/cli/compare/v1.22.0...v1.22.1 From f41aa2567f0f5434b9f3e179630fddc4ca990052 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Tue, 31 Mar 2020 15:01:22 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 16655b1..e957d94 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -90,7 +90,7 @@ The V2 changes were all shipped in [urfave/cli/pull/892](https://github.com/urfa View [unreleased 1.22.X] series changes. -## [1.22.4] - 2020-02-25 +## [1.22.4] - 2020-03-31 ### Fixed