diff options
author | Eric Lin <anselor@gmail.com> | 2020-08-06 14:42:57 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-06 16:01:19 -0400 |
commit | 47568c04373f679de2a39ef1d6f3168150d9c368 (patch) | |
tree | 9042921f7aa79d0d4518e51ca593a0d6df031860 /CHANGELOG.md | |
parent | 62eccdac73d852d3ab9df06497bc8c9063e3d283 (diff) | |
download | cmd2-git-47568c04373f679de2a39ef1d6f3168150d9c368.tar.gz |
Updated CHANGELOG1.3.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
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 |