From f9bcb56590328a9479f2ef454ad6e39f949aa7cc Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Tue, 26 Nov 2019 09:07:24 -0500 Subject: Escaped some underscores in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1