From fe12bb45121eecec53cfd0175e988b214181593f Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 4 Jan 2021 09:48:52 +1100 Subject: [PATCH] Add a changelog entry for shell expansion trailing newline change --- doc/pages/changelog.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index ce3baa31..075c0b14 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -5,6 +5,9 @@ released versions. == Development version +* Shell expansions only trim the last trailing newline instead of all of + them to make is possible to losslessly pass text through `%sh{...}`. + * `set-option -remove` support for subtracting/removing from option values * Menu completions such as command name completion are now auto-inserted on