From 774fb39d7e259d0679c573b0d893293f9ed9aed9 Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Wed, 12 Aug 2020 13:08:59 -0400 Subject: Breaking change: Removed cmd2 app as a required second parameter to CommandSet command functions (do_, complete_, help_). Renamed install_command_set and uninstall_command_set to register_command_set and unregister_command_set. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ef2745d3..6c835259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## 1.3.3 (TBD) +* 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. + * Renamed `install_command_set()` and `uninstall_command_set()` to `register_command_set()` and + `unregister_command_set()` for better name consistency. * Bug Fixes * Added explicit testing against python 3.5.2 for Ubuntu 16.04, and 3.5.3 for Debian 9 * Added fallback definition of typing.Deque (taken from 3.5.4) -- cgit v1.2.1