From 516e9894648d50a7184f87d6c98d10ce2845f47d Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Tue, 14 Mar 2017 19:44:07 -0700 Subject: [PATCH] mention `string repeat` in the change log --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a9e2d561..6d2a6f6ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - The \cl binding no longer deletes the scrollback buffer with ncurses >= 6.0 (#2855). - fish now supports "bracketed paste". Note that this is more of a security measure, the `fish_clipboard_paste` function (bound to \cv by default) still has a few advantages. - Fish is now more forgiving of missing or invalid $TERM values (#3850). +- The `string` command now supports a `repeat` subcommand with the obvious behavior (#3864). - The `functions --metadata --verbose` output now includes the function description (#597). - Completions for `helm` added (#3829).