summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-10 11:36:29 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-02-10 11:36:29 -0500
commit9f599fb73a5ce0fb2548b94391883f37a0ca173b (patch)
treea540014ec1dabbefa48e30289462d3315c85f7ce /CHANGELOG.md
parent48cdf7d984a738e577a0867716804216c474cc18 (diff)
downloadcmd2-git-9f599fb73a5ce0fb2548b94391883f37a0ca173b.tar.gz
Renamed set command's -l/--long flag to -v/--verbose for consistency with help and history commands
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 2e7f7314..0269d287 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
* Bug Fixes
* Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where
the typed value differed from what the setter had converted it to.
+* Enhancements
+ * Renamed set command's `-l/--long` flag to `-v/--verbose` for consistency with help and history commands.
## 0.10.0 (February 7, 2020)
* Enhancements