From 7ab9d3df3daa783561e62e33f696154661d9def4 Mon Sep 17 00:00:00 2001 From: John Gee Date: Sat, 16 Jan 2021 07:48:48 +1300 Subject: [PATCH] Fix stale entry, changed default behaviour --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cf1d1af..734342ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - *Breaking:* `.passCommandToAction()` ([#1409]) - no longer needed as action handler is passed options and command - *Breaking:* "extra arguments" parameter to action handler ([#1409]) - - if being used to detect excess arguments, there is now an error displayed by default + - if being used to detect excess arguments, there is now an error available by setting `.allowExcessArguments(false)` ### Migration Tips