summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-17 11:24:28 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-17 11:24:28 -0500
commit555db5d98fc122dc21d3bb239c079d68272cc0c3 (patch)
tree25f9041650716c5be91926da39af0b0ebaca853f /CHANGELOG.md
parentdb9c3a6d455e2bb19be7ae295c73a28751a7b481 (diff)
downloadcmd2-git-555db5d98fc122dc21d3bb239c079d68272cc0c3.tar.gz
Updated documentation and tests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18ac2348..4d662cf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
* Setting the following pyscript variables:
* `__name__`: __main__
* `__file__`: script path (as typed, ~ will be expanded)
+* Other
+ * Removed undocumented `py run` command since it was replaced by `run_pyscript` a while ago
## 0.10.0 (February 7, 2020)
* Enhancements