=== Highlights - Added API documentation. - Added Travis CI support. - Various minor convenience updates.
=== Changed - Added `enum()` method to `Menu`. - Added `show_limit()` and `limit` parameter to `show_menu()`. - Added `start` parameter to `enum_menu()`.
0.4.1
=== Highlights - Major bug fix. - Minor convenience update.
=== Changed - Added ability to pass default `show_menu()` keyword arguments during `Menu()` initialization.
=== Fixed - Fixed issue with `Menu()` entries over multiple menus.
0.4.0
=== Highlights - Added convenience function. - Changed argument order for `status()` when used as function.
=== Changed - Added `echo()`, essentially a portable replacement for `print()`. - When used as function, first argument to `status()` is message and second is function.
=== Fixed - Fixed potential bug with Python 2.x and print statement.
0.3.0
=== Highlights - New convenience function for showing status of an action.
=== Changed - Added `status()`. - Display functions (`alert()`, `warn()`, `error()`) now accept keyword args associated with Python 3 `print()`