summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-10 18:35:04 +0100
committerCanop <cano.petrole@gmail.com>2020-01-10 18:35:04 +0100
commit4d34f965e11315759427b502807c5fb8395d0168 (patch)
treea9f4c55f088bff9b9a3b9b9616edce102b2ecf93 /CHANGELOG.md
parent37a9a5e3bbb4841db8b2c994b66e1012a0bb21c9 (diff)
allow env vars used in verb execution to contain parameters
fix #114 More precisely when a token of the execution string is resolved as an env variable, the value is splited by space. I hope there's no usage broken by this when the env variable is used as another token that the first one...
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1976a4..0a45f05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- backspace was previously bind to back if not consumed by input. This is removed
- fix unsignificative events interpreted as previous event repetition
- fix wrong background applied below sizes
+- allow env vars used in verb execution to contain parameters (fix #114)
<a name="v0.11.5"></a>
### v0.11.5 - 2020-01-10