From e12482fc6b749642e39cc12163ee2ec8511ecc65 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 7 May 2013 13:16:15 +0200 Subject: [PATCH] Update history to reflect fix of #1040 --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 1861374a..449a1fc3 100644 --- a/History.txt +++ b/History.txt @@ -1,6 +1,7 @@ == HEAD * Major Enhancements * Minor Enhancements + * Commander error message now preferred over process abort with incorrect args (#1040) * Bug Fixes * Don't print deprecation warning when no arguments are specified. (#1041) * Add missing
to site template used by `new` subcommand, fixed typos in code (#1032)