summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-06 13:26:13 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-06 13:26:13 -0400
commita5cc73a5c104c8129146db5a40bc61057c426a7d (patch)
tree1b8c7729462923ddbcf9c9b89aff3681552b3179
parent8a0d3cfcfbac869e28827cc15fe59ed8ea42fa95 (diff)
downloadcmd2-git-a5cc73a5c104c8129146db5a40bc61057c426a7d.tar.gz
Added new alias features to change log
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d405796c..8768fe5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@
* ``allow_appended_space``
* ``allow_closing_quote``
* Due to the tab completion changes, non-Windows platforms now depend on [wcwidth](https://pypi.python.org/pypi/wcwidth).
+ * An alias name can now match a command name.
+ * An alias can now resolve to another alias.
* Attribute Changes (Breaks backward compatibility)
* ``exclude_from_help`` is now called ``hidden_commands`` since these commands are hidden from things other than help, including tab completion