From 8ee4efe7d82ada9b58f00cc9dabba8063bee9ecd Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 26 Dec 2022 14:01:26 -0800 Subject: [PATCH] Changelog fix for #9343 and #6625 --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 63df770fb..2a1eeec0a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -134,6 +134,8 @@ Fixed Bugs - ``printf`` now properly fills extra ``%d`` specifiers with 0 even on macOS and BSD (:issue:`9321`). - ``fish_key_reader`` now correctly exits when receiving a SIGHUP (like after closing the terminal) (:issue:`9309`). - ``fish_config theme save`` now works as documented instead of erroring out (:issue:`9088`, :issue:`9273`). +- Fish no longer triggers prompts to install command line tools when first run on macOS (:issue:`9343`). +- ``fish_git_prompt`` now quietly fails on macOS if the xcrun cache is not yet populated (:issue:`6625`), working around a potential hang. Completions ^^^^^^^^^^^