From 91a4059a8f2a0556099c30d2cc6ee380b7724be9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 10 May 2021 16:03:33 -0700 Subject: [PATCH] Changelog fix for #7968 --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c90fbd3a..aaa0fd0cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -43,6 +43,7 @@ Interactive improvements - The git prompt now has the same symbol order in normal and "informative" mode, and it's customizable via ``$__fish_git_prompt_status_order`` (:issue:`7926`). - Variable ``fish_killring`` containing entries from killring is now available (:issue:`7445`). - ``fish --private`` prints a note on private mode on startup even if ``$fish_greeting`` is an empty list (:issue:`7974`). +- fish no longer attempts to lock history or universal variable files on remote filesystems, including NFS and SMB. In rare cases, updates to these files may be dropped if separate fish instances modify them simultaneously. (:issue:`7968`). New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^