summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-13 12:57:31 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-08-13 12:57:31 -0400
commit5dd2d03ef35a3d33ff53d82c8039d68e263246ee (patch)
tree2ea7c434ad7fedfc043dab384cd24787746634cd /CHANGELOG.md
parentb26974e977ec3b7406b285ce4567c68106ed4425 (diff)
downloadcmd2-git-5dd2d03ef35a3d33ff53d82c8039d68e263246ee.tar.gz
Updated changelog with 1.3.3 release date1.3.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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.