From 411d0fa26ee269cb8bdc492635ada86c9ce4da20 Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Mon, 9 Oct 2023 09:07:53 -0700 Subject: [PATCH] Update CHANGES. --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index ef4a7957e..687b414b2 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ #### v1.5.9 - Added default key binding Alt-Ctrl-Up for `clink-popup-history`. - Fixed the `match.max_rows` setting to control the number of rows of items (instead of the total number of rows including description rows). +- Fixed [#509](https://github.com/chrisant996/clink/issues/509); crash when using `clink-popup-history` if `history.time_stamp` is `off` (regression introduced in v1.5.7). #### v1.5.8 - Fixed [#504](https://github.com/chrisant996/clink/issues/504); the `clink.autoupdate` setting behaves like `auto` even when it's set to `check` (regression introduced in v1.5.5).