aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-02 22:23:10 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-02 22:23:10 -0500
commit7e529362470125102f60354d6938154363c4e21d (patch)
tree3bfa9ed1ba4a1b71abc41d16ae673caa3a975197 /CHANGELOG.md
parent604e09e6ae098350bffe18bde26e1c62f7e88a00 (diff)
downloadrbw-7e529362470125102f60354d6938154363c4e21d.tar.gz
rbw-7e529362470125102f60354d6938154363c4e21d.zip
support VISUAL in preference to EDITOR
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 08b6bed..f43dbc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,8 @@
and no longer produces core dumps (#42, oranenj)
* Suggest rotating the user's encryption key if we see an old cipherstring type
(#40, rjc)
+* Prefer the value of `$VISUAL` when trying to find an editor to run, before
+ falling back to `$EDITOR` (#43, rjc)
## [1.0.0] - 2021-02-21