From 643717ccafb35a1b56a1407c852275406467b6f0 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Tue, 22 Feb 2022 10:38:45 +0000 Subject: [PATCH] changelog: Update zsh version numbers 5.8.0.3 was correct until 5.8.1 was released (see the great-grandparent of this commit, "driver: Bump the in-development is-at-least checks so they return false on zsh 5.8.1, released yesterday"). 5.2 -> 5.3 is simply a typo fix. zle-line-pre-redraw has been available since then. --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 9230236..d0a575a 100644 --- a/changelog.md +++ b/changelog.md @@ -7,9 +7,9 @@ The changes in this section were fixed by switching to a `zle-line-pre-redraw`-b implementation. Note: The new implementation will only be used on future zsh releases, -numbered 5.8.0.3 and newer, due to interoperability issues with other plugins +numbered 5.8.1.1 and newer, due to interoperability issues with other plugins (issues #418 and #579). The underlying zsh feature has been available since -zsh 5.2. +zsh 5.3. Whilst under development, the new implementation was known as the "feature/redrawhook" topic branch.