We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6515ec4 commit 4cea62aCopy full SHA for 4cea62a
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.8.2 (March TBD, 2018)
+## 0.8.2 (March 21, 2018)
2
3
* Bug Fixes
4
* Fixed a bug in tab-completion of command names within sub-menus
@@ -13,6 +13,7 @@
13
* Added the ability to load an initialization script at startup
14
* See [alias_startup.py](https://github.com/python-cmd2/cmd2/blob/master/examples/alias_startup.py) for an example
15
* Added a default SIGINT handler which terminates any open pipe subprocesses and re-raises a KeyboardInterrupt
16
+ * For macOS, will load the ``gnureadline`` module if available and ``readline`` if not
17
18
## 0.8.1 (March 9, 2018)
19
0 commit comments