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.
This commit is contained in:
Daniel Shahaf 2022-02-22 10:38:45 +00:00
parent caeca0bf6b
commit 643717ccaf

View file

@ -7,9 +7,9 @@ The changes in this section were fixed by switching to a `zle-line-pre-redraw`-b
implementation. implementation.
Note: The new implementation will only be used on future zsh releases, 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 (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 Whilst under development, the new implementation was known as the
"feature/redrawhook" topic branch. "feature/redrawhook" topic branch.