From aee4f79554c0df907b25457f446f334186707b0e Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Sun, 10 Nov 2024 02:40:27 -0800 Subject: [PATCH] Update CHANGES. --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index c57359850..ede681fab 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,7 @@ - Added new [rl_buffer:setcommentrow()](#rl_buffer:setcommentrow) to let [`"luafunc:"` commands](#luakeybindings) immediately show text in the comment row. - Adjusted some character width measurements based on analysis from [wcwidth-verifier](https://github.com/chrisant996/wcwidth-verifier) on Win8.1, Win10 with conhost, Win10 with Windows Terminal 1.22, Win11 with conhost, and Win11 with Windows Terminal 1.22. - The Headline, Pure, and Bureau clinkprompt files now consider unpublished branches as being "ahead", even in cases where git doesn't report a specific "ahead by" count. +- Internal changes to the right side prompt implementation, to disentangle unnecessary internal dependencies. #### v1.7.4