From 879c62cbe14d8bc16e8bc1998bae87d4159589dc Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 4 Dec 2017 22:52:57 -0800 Subject: [PATCH] Note that bracketed paste is disabled for iTerm in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f73786d..f4fab7ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This section is for changes merged to the `major` branch that are not also merge - `read` now requires at least one var name (#4220). - `set x[1] x[2] a b` is no longer valid syntax (#4236). - For loop control variables are no longer local to the for block (#1935). +- Bracketed paste disabled for iTerm (#4575). ## Notable fixes and improvements - `wait` builtin is added for waiting on processes (#4498).