You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
* Changes
20
20
*``strip_ansi()`` and ``strip_quotes()`` functions have moved to new utils module
21
21
* Several constants moved to new constants module
22
+
* Submenu support has been moved to a new [cmd2-submenu](https://github.com/python-cmd2/cmd2-submenu) plugin. If you use submenus, you will need to update your dependencies and modify your imports.
22
23
* Deletions (potentially breaking changes)
23
24
* Deleted all ``optparse`` code which had previously been deprecated in release 0.8.0
24
25
* The ``options`` decorator no longer exists
@@ -28,6 +29,7 @@
28
29
* Deleted ``cmd_with_subs_completer``, ``get_subcommands``, and ``get_subcommand_completer``
29
30
* Replaced by default AutoCompleter implementation for all commands using argparse
30
31
* Deleted support for old method of calling application commands with ``cmd()`` and ``self``
32
+
*``cmd2.redirector`` is no longer supported. Output redirection can only be done with '>' or '>>'
0 commit comments