summaryrefslogtreecommitdiff
path: root/README.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 /README.md
parent6d1ce7ae47343251af3db9ddc6fd67f72352a9e7 (diff)
downloadcmd2-git-5467afd44f505402cda86e81fc2e75e8ab11057d.tar.gz
Updated documentation in regards to automated transcript generation
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6fa6536..9a9dd08f 100755
--- a/README.md
+++ b/README.md
@@ -36,7 +36,13 @@ Main Features
- Windows, macOS, and Linux support
- Trivial to provide built-in help for all commands
- Built-in regression testing framework for your applications (transcript-based testing)
+- Transcripts for use with built-in regression can be automatically generated from `history -t`
+<aside class="notice">
+**Support for Python 2.7 will be discontinued on Aug 31, 2018**. The use of **Python 3** is *highly*
+preferred over Python 2. Consider upgrading your applications and infrastructure if you find
+yourself still using Python 2 in production today.
+</aside>
Installation
------------