summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-01-16 21:48:11 -0700
committerkotfu <kotfu@kotfu.net>2018-01-16 21:48:11 -0700
commit01596cbffa15ec0ef0cfa7e2fc5dabd39a3882fd (patch)
tree3c3d283e4c668c8970b1bde26dbc4dce2bd43ad3
parentfd5750fbcc19ab719d803e6d8355633523ae2842 (diff)
downloadcmd2-git-01596cbffa15ec0ef0cfa7e2fc5dabd39a3882fd.tar.gz
Update changelog with #252 changes
-rw-r--r--CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4e6136c..c017ff36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,12 +14,20 @@
* The **__relative_load** command is now hidden from the help menu by default
* This command is not intended to be called from the command line, only from within scripts
* The **set** command now has an additional **-a/--all** option to also display read-only settings
+ * The **history** command can now run, edit, and save prior commands, in addition to the prior behavior of displaying prior commands.
+* Commands Removed
+ * The **cmdenvironment** has been removed and its functionality incorporated into the **-a/--all** argument to **set**
+ * The **show** command has been removed. Its functionality has always existing within **set** and continues to do so
+ * The **save** command has been removed. The capability to save prior commands is now part of the **history** command.
+ * The **run** command has been removed. The capability to run prior commands is now part of the **history** command.
+* Other changes
+ * The **edit** command no longer allows you to edit prior commands. The capability to edit prior commands is now part of the **history** command. The **edit** command still allows you to edit arbitrary files.
+ * the **autorun_on_edit** setting has been removed.
* Deprecations
* The old **options** decorator for optparse-based argument parsing is now *deprecated*
* The old decorator is still present for now, but will eventually be removed in a future release
* ``cmd2`` no longer includes **optparse.make_option** so if your app needs it you need to import it directly from optparse
- * The **cmdenvironment** has been removed and its functionality incorporated into the **-a/--all** argument to **set**
- * The **show** command has been removed. Its functionality has always existing within **set** and continues to do so
+
## 0.7.9 (January 4, 2018)