Skip to content

Commit f5c904c

Browse files
committed
Added path completion bug fix to change log
1 parent fd3ad3d commit f5c904c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Bug Fixes
33
* Fixed a bug in how redirection and piping worked inside ``py`` or ``pyscript`` commands
44
* Fixed bug in `async_alert` where it didn't account for prompts that contained newline characters
5+
* Fixed path completion case when CWD is just a slash. Relative path matches were incorrectly prepended with a slash.
56
* Enhancements
67
* Added ability to include command name placeholders in the message printed when trying to run a disabled command.
78
* See docstring for ``disable_command()`` or ``disable_category()`` for more details.

0 commit comments

Comments
 (0)