summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-06 10:20:01 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-06 10:20:01 -0400
commitb994df205350a59d20b8fd53b08ff6d07f651b96 (patch)
tree68b1270f01c336240bb42d8bb05e795ecb83e473 /CHANGELOG.md
parentaa823bd0f2d1151f6c5ced7be01fdc0b20e6dff5 (diff)
parent91e271013c8580f3308d593c2d3224ecf00d8b2f (diff)
downloadcmd2-git-b994df205350a59d20b8fd53b08ff6d07f651b96.tar.gz
Merge branch 'master' into macro_refactor
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2522083d..c6d5f226 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## 0.9.13 (TBD, 2019)
* Bug Fixes
+ * Fixed issue where the wrong terminator was being appended by `Statement.expanded_command_line()`
* Fixed issue where aliases and macros could not contain terminator characters in their values
* History now shows what was typed for macros and not the resolved value by default. This is consistent with
the behavior of aliases. Use the `expanded` or `verbose` arguments to `history` to see the resolved value for