Skip to content

Commit daf0d94

Browse files
committed
On the feature/redrawhook branch, move the changelog entry to the current release's section.
1 parent c28312b commit daf0d94

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

changelog.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ added to zsh at z-sy-h's initiative. The new feature is used in the fix
1616
to issue #418.
1717

1818

19+
## Incompatible changes:
20+
21+
- An unsuccessful completion (a <kbd>⮀ Tab</kbd> press that doesn't change the
22+
command line) no longer causes highlighting to be lost. Visual feedback can
23+
alternatively be achieved by setting the `format` zstyle under the `warnings`
24+
tag, for example,
25+
26+
zstyle ':completion:*:warnings' format '%F{red}No matches%f'
27+
28+
Refer to the [description of the `format` style in `zshcompsys(1)`]
29+
[zshcompsys-Standard-Styles-format].
30+
31+
(#90, part of #245 (feature/redrawhook))
32+
33+
[zshcompsys-Standard-Styles]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
34+
[zshcompsys-Standard-Styles-format]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#index-format_002c-completion-style
35+
36+
37+
1938
## Other changes:
2039

2140
- Document `$ZSH_HIGHLIGHT_MAXLENGTH`.
@@ -485,28 +504,6 @@ in this area.
485504
(0a9b347483ae)
486505

487506

488-
# Changes in version 0.5.0
489-
490-
491-
## Incompatible changes:
492-
493-
- An unsuccessful completion (a <kbd>⮀ Tab</kbd> press that doesn't change the
494-
command line) no longer causes highlighting to be lost. Visual feedback can
495-
alternatively be achieved by setting the `format` zstyle under the `warnings`
496-
tag, for example,
497-
498-
zstyle ':completion:*:warnings' format '%F{red}No matches%f'
499-
500-
Refer to the [description of the `format` style in `zshcompsys(1)`]
501-
[zshcompsys-Standard-Styles-format].
502-
503-
(#90, part of #245, XXXXXXXXXXXX)
504-
505-
[zshcompsys-Standard-Styles]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
506-
[zshcompsys-Standard-Styles-format]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#index-format_002c-completion-style
507-
508-
509-
510507
# Changes in version 0.4.1
511508

512509
## Fixes:

0 commit comments

Comments
 (0)