summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <tleonhardt@gmail.com>2017-06-28 18:20:33 -0400
committerTodd Leonhardt <tleonhardt@gmail.com>2017-06-28 18:20:33 -0400
commitf5224cf0af76c639007763c351d1b9fa02ee1208 (patch)
treeea8632f40502947d34c3d14d20c6d64a470ea712
parentd80d47b9a78624b515b732ee3c3f848150cfaa86 (diff)
downloadcmd2-git-f5224cf0af76c639007763c351d1b9fa02ee1208.tar.gz
Updated CHANGES file
-rw-r--r--CHANGES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 213b09d6..b1f34a62 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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
-----