diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-14 17:09:24 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-02-14 17:09:24 -0500 |
commit | db9c3a6d455e2bb19be7ae295c73a28751a7b481 (patch) | |
tree | 0a1dd390722b1126def7582568bbfbb4b67bc42c /CHANGELOG.md | |
parent | 9156618a56d635bb51261d019a3703a1b4e3b588 (diff) | |
download | cmd2-git-db9c3a6d455e2bb19be7ae295c73a28751a7b481.tar.gz |
Updated change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edf5f93f..18ac2348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Renamed set command's `-l/--long` flag to `-v/--verbose` for consistency with help and history commands. * Setting the following pyscript variables: * `__name__`: __main__ - * `__file__`: script path (as typed) + * `__file__`: script path (as typed, ~ will be expanded) ## 0.10.0 (February 7, 2020) * Enhancements |