summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3dfb1f8..b358e4d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
## 1.3.0 (August 4, 2020)
-* Enchancements
+* Enhancements
* Added CommandSet - Enables defining a separate loadable module of commands to register/unregister
- with your cmd2 application.
+ with your cmd2 application.
+* Other
+ * Marked with_argparser_and_unknown_args pending deprecation and consolidated implementation into
+ with_argparser
## 1.2.1 (July 14, 2020)
* Bug Fixes