Skip to content

Commit 764b065

Browse files
committed
Made changes requested in code review
1 parent e01d836 commit 764b065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
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.
55
* Potentially breaking changes
6-
* The following commands now write to stderr instead of stdout when printing an error. This will making catching
6+
* The following commands now write to stderr instead of stdout when printing an error. This will make catching
77
errors easier in pyscript.
88
* ``do_help()`` - when no help information can be found
99
* ``default()`` - in all cases since this is called when an invalid command name is run
1010
* ``_report_disabled_command_usage()`` - in all cases since this is called when a disabled command is run
11+
* Removed *** from beginning of error messages printed by `do_help()` and `default()`.
1112

1213
## 0.9.11 (March 13, 2019)
1314
* Bug Fixes

0 commit comments

Comments
 (0)