diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-26 12:52:08 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-26 12:52:18 -0400 |
commit | f33fb0fc7af53a26c6259e9deca627097ddd0a1c (patch) | |
tree | 74784d6407c618e627f47c1af04b4943820c9356 /CHANGELOG.md | |
parent | e4984509449c21d33a60c51a4654afa783385113 (diff) | |
download | cmd2-git-f33fb0fc7af53a26c6259e9deca627097ddd0a1c.tar.gz |
Added description about path_filter argument in path_complete
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2a23db..278df4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ * **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread * Deletions (potentially breaking changes) * Deleted ``Cmd.colorize()`` and ``Cmd._colorcodes`` which were deprecated in 0.9.5 + * Replaced ``dir_exe_only`` and ``dir_only`` flags in ``path_complete`` with optional ``path_filter`` function + that is used to filter paths out of completion results. ## 0.9.6 (October 13, 2018) * Bug Fixes |