Skip to content

Commit 01596cb

Browse files
committed
Update changelog with #252 changes
1 parent fd5750f commit 01596cb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,20 @@
1414
* The **__relative_load** command is now hidden from the help menu by default
1515
* This command is not intended to be called from the command line, only from within scripts
1616
* The **set** command now has an additional **-a/--all** option to also display read-only settings
17+
* The **history** command can now run, edit, and save prior commands, in addition to the prior behavior of displaying prior commands.
18+
* Commands Removed
19+
* The **cmdenvironment** has been removed and its functionality incorporated into the **-a/--all** argument to **set**
20+
* The **show** command has been removed. Its functionality has always existing within **set** and continues to do so
21+
* The **save** command has been removed. The capability to save prior commands is now part of the **history** command.
22+
* The **run** command has been removed. The capability to run prior commands is now part of the **history** command.
23+
* Other changes
24+
* 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.
25+
* the **autorun_on_edit** setting has been removed.
1726
* Deprecations
1827
* The old **options** decorator for optparse-based argument parsing is now *deprecated*
1928
* The old decorator is still present for now, but will eventually be removed in a future release
2029
* ``cmd2`` no longer includes **optparse.make_option** so if your app needs it you need to import it directly from optparse
21-
* The **cmdenvironment** has been removed and its functionality incorporated into the **-a/--all** argument to **set**
22-
* The **show** command has been removed. Its functionality has always existing within **set** and continues to do so
30+
2331

2432
## 0.7.9 (January 4, 2018)
2533

0 commit comments

Comments
 (0)