summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-19 11:57:30 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-19 11:57:30 -0500
commit660d41b404c00db5b757fd6888c50cb4903ad8ac (patch)
treec1800bb3a3158b2b40e331f3a133cfca3a368be4
parent8b6f4b3cc592ddc67cf598299aa378ea29132046 (diff)
downloadcmd2-git-660d41b404c00db5b757fd6888c50cb4903ad8ac.tar.gz
Formatting update in change log
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5ec37f0..9cdc1795 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,9 @@
the typed value differed from what the setter had converted it to.
* Fixed bug where ANSI style sequences were not correctly handled in `utils.truncate_line()`.
* Fixed bug where pyscripts could edit `cmd2.Cmd.py_locals` dictionary.
- * Fixed bug where cmd2 set sys.path[0] for a pyscript to cmd2's working directory instead of the
+ * Fixed bug where cmd2 set `sys.path[0]` for a pyscript to cmd2's working directory instead of the
script file's directory.
- * Fixed bug where sys.path was not being restored after a pyscript ran.
+ * Fixed bug where `sys.path` was not being restored after a pyscript ran.
* Enhancements
* Renamed set command's `-l/--long` flag to `-v/--verbose` for consistency with help and history commands.
* Setting the following pyscript variables: