diff options
| author | Todd Leonhardt <tleonhardt@gmail.com> | 2017-06-28 18:20:33 -0400 |
|---|---|---|
| committer | Todd Leonhardt <tleonhardt@gmail.com> | 2017-06-28 18:20:33 -0400 |
| commit | f5224cf0af76c639007763c351d1b9fa02ee1208 (patch) | |
| tree | ea8632f40502947d34c3d14d20c6d64a470ea712 | |
| parent | d80d47b9a78624b515b732ee3c3f848150cfaa86 (diff) | |
| download | cmd2-git-f5224cf0af76c639007763c351d1b9fa02ee1208.tar.gz | |
Updated CHANGES file
| -rw-r--r-- | CHANGES.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,8 +8,15 @@ News * Bug fixes * Fixed a couple bugs in interacting with pastebuffer/clipboard on macOS and Linux + * Fixed a couple bugs in edit and save commands if called when history is empty * Enhancements * Ensure that path and shell command tab-completion results are alphabetically sorted + * Removed feature for load command to load scripts from URLS + * It didn't work, there were no unit tests, and it felt out of place + * Removed presence of a default file name and default file extension + * These also strongly felt out of place + * ``load`` and ``_relative_load`` now require a file path + * ``edit`` and ``save`` now use a temporary file if a file path isn't provided 0.7.3 ----- |
