diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-30 14:19:13 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-09-30 20:36:46 -0400 |
commit | 018c329a4df9f3b84227cf33a14f9482f3e7eb2a (patch) | |
tree | aaaedcef9a4391b9952d0da48e54e8672ef738c1 /CHANGELOG.md | |
parent | ed7b9e5185fd14808aa26e61a26968b9753beee0 (diff) | |
download | cmd2-git-018c329a4df9f3b84227cf33a14f9482f3e7eb2a.tar.gz |
Fixed issue where quoted redirectors and terminators in aliases and macros were not being
restored when read from a startup script.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f33931..e2ada12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.11 (TBD, 2020) +* Bug Fixes + * Fixed issue where quoted redirectors and terminators in aliases and macros were not being + restored when read from a startup script. + ## 1.3.10 (September 17, 2020) * Enhancements * Added user-settable option called `always_show_hint`. If True, then tab completion hints will always |