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
+1Lines changed: 1 addition & 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
0 commit comments