summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 523e5b4c..4825f5f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,12 @@
* Added ability to include command name placeholders in the message printed when trying to run a disabled command.
* See docstring for ``disable_command()`` or ``disable_category()`` for more details.
* Potentially breaking changes
- * The following commands now write to stderr instead of stdout when printing an error. This will making catching
+ * The following commands now write to stderr instead of stdout when printing an error. This will make catching
errors easier in pyscript.
* ``do_help()`` - when no help information can be found
* ``default()`` - in all cases since this is called when an invalid command name is run
* ``_report_disabled_command_usage()`` - in all cases since this is called when a disabled command is run
+ * Removed *** from beginning of error messages printed by `do_help()` and `default()`.
## 0.9.11 (March 13, 2019)
* Bug Fixes