diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-06-07 21:30:30 -0400 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-06-07 21:30:30 -0400 |
| commit | 5c090d5042702ac764ff6bc600c923d73cbf02f4 (patch) | |
| tree | f6a539edf5591d27846b981529531f8a5f0861ea | |
| parent | fd60e40bf96e06ff9410f71acbadfb43e3527dfd (diff) | |
| download | cmd2-git-speedup_import.tar.gz | |
Updated changelogspeedup_import
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5f3b1c..973ed6c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ +## 0.9.2 (TBD, 2018) +* Bug Fixes + * Fixed issue where piping and redirecting did not work correctly with paths that had spaces +* Enhancements + * Added ability to print a header above tab-completion suggestions using `completion_header` member + ## 0.8.8 (TBD, 2018) * Bug Fixes * Prevent crashes that could occur attempting to open a file in non-existent directory or with very long filename - +* Enhancements + * `display_matches` is no longer restricted to delimited strings + ## 0.9.1 (May 28, 2018) * Bug Fixes * fix packaging error for 0.8.x versions (yes we had to deploy a new version |
