diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-04-05 18:54:18 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-04-05 18:54:18 -0400 |
commit | f5c904cda48c03a30b3476f3a40224226391deea (patch) | |
tree | 06430a51f27f185839fb81b7ba95709f3b421db2 | |
parent | fd3ad3df83fb470ca0d39d7ccc6c571edf495f7f (diff) | |
download | cmd2-git-f5c904cda48c03a30b3476f3a40224226391deea.tar.gz |
Added path completion bug fix to change log
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e973094f..e9831c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * Bug Fixes * Fixed a bug in how redirection and piping worked inside ``py`` or ``pyscript`` commands * Fixed bug in `async_alert` where it didn't account for prompts that contained newline characters + * Fixed path completion case when CWD is just a slash. Relative path matches were incorrectly prepended with a slash. * Enhancements * Added ability to include command name placeholders in the message printed when trying to run a disabled command. * See docstring for ``disable_command()`` or ``disable_category()`` for more details. |