summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-31 20:20:33 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-31 20:20:33 -0500
commit5467afd44f505402cda86e81fc2e75e8ab11057d (patch)
tree29d9b0b0a26cb34233e7d8b5c00bb423ebd35d4a /CHANGELOG.md
parent6d1ce7ae47343251af3db9ddc6fd67f72352a9e7 (diff)
downloadcmd2-git-5467afd44f505402cda86e81fc2e75e8ab11057d.tar.gz
Updated documentation in regards to automated transcript generation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24c11dec..815b8bc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.8.0 (TBD, 2018)
+## 0.8.0 (February TBD, 2018)
* Bug Fixes
* Fixed unit tests on Python 3.7 due to changes in how re.escape() behaves in Python 3.7
* Fixed a bug where unknown commands were getting saved in the history
@@ -21,7 +21,7 @@
* 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 displaying prior commands.
* The **history** command can now automatically generate a transcript file for regression testing
- * This feature works imperfectly at the moment, but it is still quite useful
+ * This makes creating regression tests for your ``cmd2`` application trivial
* 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