summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 17:35:44 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-07-03 17:35:44 -0400
commit58af11db245c9440a4338cd4f34c5e73d7c90719 (patch)
tree537a9d8370b5e28486d25a01537848ae82631a1f /CHANGES.md
parent525f4cae6b1e1c463cd34d21065fb0513842460e (diff)
downloadcmd2-git-0.7.4.tar.gz
Updated CHANGES0.7.4
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index af114bda..2d964eb9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ News
0.7.4
-----
-*Release date: 2017-07-TBD*
+*Release date: 2017-07-03*
* Bug fixes
* Fixed a couple bugs in interacting with pastebuffer/clipboard on macOS and Linux
@@ -21,9 +21,11 @@ News
* ``edit`` and ``save`` now use a temporary file if a file path isn't provided
* ``load`` command has better error checking and reporting
* Clipboard copy and paste functionality is now handled by the **pyperclip** module
- * NOTE: This adds an additional required 3rd-party dependency
* ``shell`` command now supports redirection and piping of output
* Added a lot of unit tests
+* Other changes
+ * Removed pause command
+ * Added a dependency on the **pyperclip** module
0.7.3
-----