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 d214775 commit e01d836Copy full SHA for e01d836
CHANGELOG.md
@@ -2,6 +2,12 @@
2
* Enhancements
3
* Added ability to include command name placeholders in the message printed when trying to run a disabled command.
4
* See docstring for ``disable_command()`` or ``disable_category()`` for more details.
5
+* Potentially breaking changes
6
+ * The following commands now write to stderr instead of stdout when printing an error. This will making catching
7
+ errors easier in pyscript.
8
+ * ``do_help()`` - when no help information can be found
9
+ * ``default()`` - in all cases since this is called when an invalid command name is run
10
+ * ``_report_disabled_command_usage()`` - in all cases since this is called when a disabled command is run
11
12
## 0.9.11 (March 13, 2019)
13
* Bug Fixes
0 commit comments