diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-26 09:07:24 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-26 09:07:24 -0500 |
commit | f9bcb56590328a9479f2ef454ad6e39f949aa7cc (patch) | |
tree | 11f5aa2f211841cccc9fa6c693ccf20f9f3fb269 | |
parent | 3dc055021af17ff923b0e59f544305d63d908fba (diff) | |
download | cmd2-git-f9bcb56590328a9479f2ef454ad6e39f949aa7cc.tar.gz |
Escaped some underscores in changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e4dac5..bc6e3ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and not sys.argv[0]. * Breaking changes * Some constants were moved from cmd2.py to constants.py - * cmd2 command decorators were moved to decorators.py. If you were importing them via cmd2's __init__.py, then + * cmd2 command decorators were moved to decorators.py. If you were importing them via cmd2's \_\_init\_\_.py, then there will be no issues. ## 0.9.19 (October 14, 2019) |