Skip to content

Commit 643717c

Browse files
committed
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.
1 parent caeca0b commit 643717c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The changes in this section were fixed by switching to a `zle-line-pre-redraw`-b
77
implementation.
88

99
Note: The new implementation will only be used on future zsh releases,
10-
numbered 5.8.0.3 and newer, due to interoperability issues with other plugins
10+
numbered 5.8.1.1 and newer, due to interoperability issues with other plugins
1111
(issues #418 and #579). The underlying zsh feature has been available since
12-
zsh 5.2.
12+
zsh 5.3.
1313

1414
Whilst under development, the new implementation was known as the
1515
"feature/redrawhook" topic branch.

0 commit comments

Comments
 (0)