diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-13 12:57:31 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-08-13 12:57:31 -0400 |
commit | 5dd2d03ef35a3d33ff53d82c8039d68e263246ee (patch) | |
tree | 2ea7c434ad7fedfc043dab384cd24787746634cd /CHANGELOG.md | |
parent | b26974e977ec3b7406b285ce4567c68106ed4425 (diff) | |
download | cmd2-git-5dd2d03ef35a3d33ff53d82c8039d68e263246ee.tar.gz |
Updated changelog with 1.3.3 release date1.3.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7361e195..fd8d29ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.3 (TBD) +## 1.3.3 (August 13, 2020) * Breaking changes * CommandSet command functions (do_, complete_, help_) will no longer have the cmd2 app passed in as the first parameter after `self` since this is already a class member. |