Skip to content

Commit f33fb0f

Browse files
committed
Added description about path_filter argument in path_complete
1 parent e498450 commit f33fb0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
44
* Deletions (potentially breaking changes)
55
* Deleted ``Cmd.colorize()`` and ``Cmd._colorcodes`` which were deprecated in 0.9.5
6+
* Replaced ``dir_exe_only`` and ``dir_only`` flags in ``path_complete`` with optional ``path_filter`` function
7+
that is used to filter paths out of completion results.
68

79
## 0.9.6 (October 13, 2018)
810
* Bug Fixes

0 commit comments

Comments
 (0)