From 1a82b37b6c23490b1d9127095e3ee4f2db21a85b Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Tue, 4 Aug 2020 13:46:48 -0400 Subject: Marked with_arparser_and_unknown_args deprecated and consolidated implementation as an option to with_argparser instead. --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d3dfb1f8..b358e4d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ ## 1.3.0 (August 4, 2020) -* Enchancements +* Enhancements * Added CommandSet - Enables defining a separate loadable module of commands to register/unregister - with your cmd2 application. + with your cmd2 application. +* Other + * Marked with_argparser_and_unknown_args pending deprecation and consolidated implementation into + with_argparser ## 1.2.1 (July 14, 2020) * Bug Fixes -- cgit v1.2.1