From 2331072c065d5aa94ac0dccc278946779b11cd1b Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 15 Mar 2020 18:29:10 +0000 Subject: [PATCH] changelog: Update through HEAD. --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index ead1b45..08887ea 100644 --- a/changelog.md +++ b/changelog.md @@ -17,6 +17,9 @@ highlighted as errors. [#651, 81267ca3130c] +- Support parameter elision in command position (e.g., `$foo ls` where `$foo` is unset or empty) + [#667] + # Changes in version 0.7.1 - Remove out-of-date information from the 0.7.0 changelog.