From 8aed929f5e34a8567edda56c4a7d27b3a70b4f87 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sun, 3 Nov 2024 13:53:42 -0600 Subject: [PATCH] Fix broken changelog formatting --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73b2f217e..5ca3cb0ef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,7 +17,7 @@ Notable backwards-incompatible changes - :kbd:`alt-left` and :kbd:`alt-right` will now move by one argument (which may contain quoted spaces), not just one word like :kbd:`ctrl-left` and :kbd:`ctrl-right` do. - :kbd:`alt-backspace` will delete an entire argument, not just one word (which is :kbd:`ctrl-backspace` now). - ``random`` will produce different values from previous versions of fish when used with the same seed, and will work more sensibly with small seed numbers. - The seed was never guaranteed to give the same result across systems, + The seed was never guaranteed to give the same result across systems, so we do not expect this to have a large impact (:issue:`9593`). - Variables in command position that expand to a subcommand keyword are now forbidden to fix a likely user error. For example, ``set editor command emacs; $editor`` is no longer allowed (:issue:`10249`).