From 47568c04373f679de2a39ef1d6f3168150d9c368 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Thu, 6 Aug 2020 14:42:57 -0400 Subject: Updated CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index b358e4d1..0bb532a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.3.1 (August 6, 2020) +* Bug Fixes + * Fixed issue determining whether an argparse completer function required a reference to a containing + CommandSet. Also resolves issues determining the correct CommandSet instance when calling the argparse + argument completer function. Manifested as a TypeError when using `cmd2.Cmd.path_complete` as a completer + for an argparse-based command defined in a CommandSet + ## 1.3.0 (August 4, 2020) * Enhancements * Added CommandSet - Enables defining a separate loadable module of commands to register/unregister -- cgit v1.2.1