From 4553a74933f3bb4203c14cdd3da30b40e43e31ed Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sun, 17 Dec 2017 21:35:35 +0100 Subject: [PATCH] Clarify CHANGELOG RE bracketed paste and iTerm --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aee486dbc..e692a8ef0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +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). +- A message related to bracketed paste has been worked around by disabling $PWD reporting for iTerm (#4575). ## Notable fixes and improvements - `wait` builtin is added for waiting on processes (#4498).