summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-21 15:52:59 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-03-21 15:52:59 -0400
commit4cea62a8fb7f5da3cfd4ee32fde831f401c128dc (patch)
treeafc671e8e0c0bfef931c190a6a4351d1ad1f5aff
parent6515ec4c97d116de72d134d84f24578019e6b6d8 (diff)
downloadcmd2-git-4cea62a8fb7f5da3cfd4ee32fde831f401c128dc.tar.gz
Updated CHANGELOG in preparation for 0.8.2 release0.8.2
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0082a067..82d978f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.8.2 (March TBD, 2018)
+## 0.8.2 (March 21, 2018)
* Bug Fixes
* Fixed a bug in tab-completion of command names within sub-menus
@@ -13,6 +13,7 @@
* Added the ability to load an initialization script at startup
* See [alias_startup.py](https://github.com/python-cmd2/cmd2/blob/master/examples/alias_startup.py) for an example
* Added a default SIGINT handler which terminates any open pipe subprocesses and re-raises a KeyboardInterrupt
+ * For macOS, will load the ``gnureadline`` module if available and ``readline`` if not
## 0.8.1 (March 9, 2018)