Skip to content

Commit e01d836

Browse files
committed
Updated change log
1 parent d214775 commit e01d836

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
* Enhancements
33
* Added ability to include command name placeholders in the message printed when trying to run a disabled command.
44
* 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
511

612
## 0.9.11 (March 13, 2019)
713
* Bug Fixes

0 commit comments

Comments
 (0)