diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-06 10:20:01 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-06 10:20:01 -0400 |
commit | b994df205350a59d20b8fd53b08ff6d07f651b96 (patch) | |
tree | 68b1270f01c336240bb42d8bb05e795ecb83e473 /CHANGELOG.md | |
parent | aa823bd0f2d1151f6c5ced7be01fdc0b20e6dff5 (diff) | |
parent | 91e271013c8580f3308d593c2d3224ecf00d8b2f (diff) | |
download | cmd2-git-b994df205350a59d20b8fd53b08ff6d07f651b96.tar.gz |
Merge branch 'master' into macro_refactor
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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 |