Skip to content

Commit

Permalink
Updated CHANGELOG in preparation for 0.8.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Mar 21, 2018
1 parent 6515ec4 commit 4cea62a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 4cea62a

Please sign in to comment.