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