From 29429874b38d9d94bd0b4f3f76739a7270e8af1b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 16 Mar 2017 16:13:19 +0100 Subject: [PATCH] Update changelog with the paste changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2a6f6ba..7146a9b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ - 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). +- Support for bracketed paste (#3871). This is unconditionally enabled since support seems to be ubiquitous. +- When the current token has an open single-quote (`'`), fish will now escape any `'` and `\` in pasted text so that it can be used as a single token. Note that this requires either bracketed paste or use of the special `fish_clipboard_paste` function (bound to \cv by default). ---