summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-06-07 21:30:30 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-06-07 21:30:30 -0400
commit5c090d5042702ac764ff6bc600c923d73cbf02f4 (patch)
treef6a539edf5591d27846b981529531f8a5f0861ea
parentfd60e40bf96e06ff9410f71acbadfb43e3527dfd (diff)
downloadcmd2-git-speedup_import.tar.gz
Updated changelogspeedup_import
-rw-r--r--CHANGELOG.md10
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