From 99e02ba47a5d705bdec08d5433f5aa6068f019b7 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Fri, 5 Mar 2021 17:13:05 -0600 Subject: [PATCH] Add #7782 to CHANGELOG.rst [ci skip] --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 930f4ad1e..75e234e60 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -37,6 +37,7 @@ This release of fish fixes a few issues discovered in fish 3.2.0: - The git prompt tried to repaint whenever its variables changed which could lead to repaint loops when setting them inside the prompt. This repainting has been removed (:issue:`7775`). - ``fish_add_path`` would remove the wrong entry when moving multiple entries (:issue:`7776`). +- Pasting into a multi-line prompt would cause a ``__fish_tokenizer_state`` error (:issue:`7782`). If you are upgrading from version 3.1.2 or before, please also review the release notes for 3.2.0 (included below).