Skip to content

Commit 711d638

Browse files
committed
Updated the changelog
1 parent 6bc3c75 commit 711d638

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.8.0 (TBD, 2018)
22
* Bug Fixes
33
* Fixed unit tests on Python 3.7 due to changes in how re.escape() behaves in Python 3.7
4+
* Fixed a bug where unknown commands were getting saved in the history
45
* Enhancements
56
* Three new decorators for **do_*** commands to make argument parsing easier
67
* **with_argument_list** decorator to change argument type from str to List[str]
@@ -19,6 +20,8 @@
1920
* This command is not intended to be called from the command line, only from within scripts
2021
* The **set** command now has an additional **-a/--all** option to also display read-only settings
2122
* The **history** command can now run, edit, and save prior commands, in addition to displaying prior commands.
23+
* The **history** command can now automatically generate a transcript file for regression testing
24+
* This feature works imperfectly at the moment, but it is still quite useful
2225
* Commands Removed
2326
* The **cmdenvironment** has been removed and its functionality incorporated into the **-a/--all** argument to **set**
2427
* The **show** command has been removed. Its functionality has always existing within **set** and continues to do so
@@ -29,10 +32,9 @@
2932
* the **autorun_on_edit** setting has been removed.
3033
* Deprecations
3134
* The old **options** decorator for optparse-based argument parsing is now *deprecated*
32-
* The old decorator is still present for now, but will eventually be removed in a future release
35+
* The old decorator is still present for now, but will be removed in a future release
3336
* ``cmd2`` no longer includes **optparse.make_option**, so if your app needs it import directly from optparse
3437

35-
3638
## 0.7.9 (January 4, 2018)
3739

3840
* Bug Fixes

0 commit comments

Comments
 (0)