From a033cbc9016ce55f802454d9e23ffc1a9b2d488e Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Sat, 23 Mar 2024 11:24:33 -0700 Subject: [PATCH] Update CHANGES. --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 39e0985d0..6af4dc0b9 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ - Added an optimization to further reduce flicker when re-drawing the prompt. - Added a `user_data.shared_user_data` table to allow linked argmatchers to share data with each other while an input line is being parsed (). +- Fixed [#579](https://github.com/chrisant996/clink/issues/579); popup lists could accidentally truncate text in the first column when there's only one column. - Fixed [#576](https://github.com/chrisant996/clink/issues/576); setup exe doesn't remove old uninstall exe files. - Fixed [#575](https://github.com/chrisant996/clink/issues/575); error when `color.executable` is set and `color.unrecognized` is not (regression introduced in v1.6.2).