Add #7782 to CHANGELOG.rst

[ci skip]
This commit is contained in:
Mahmoud Al-Qudsi 2021-03-05 17:13:05 -06:00
parent e450190d50
commit 99e02ba47a

View File

@ -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).