summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-26 12:52:08 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-26 12:52:18 -0400
commitf33fb0fc7af53a26c6259e9deca627097ddd0a1c (patch)
tree74784d6407c618e627f47c1af04b4943820c9356 /CHANGELOG.md
parente4984509449c21d33a60c51a4654afa783385113 (diff)
downloadcmd2-git-f33fb0fc7af53a26c6259e9deca627097ddd0a1c.tar.gz
Added description about path_filter argument in path_complete
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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