diff options
| -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 |
