Skip to content

Commit 487b6bf

Browse files
committed
changelog: Note the effect of fixing zsh-users#245/zsh-users#90 and an alternative.
1 parent eb506b5 commit 487b6bf

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelog.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ up to 952a97dbc99a54bd86141b7a57625e748941a937 + 0.4.1
33

44

55

6+
# Changes in version 0.5.0
7+
8+
9+
## Incompatible changes:
10+
11+
- An unsuccessful completion (a <kbd>⮀ Tab</kbd> press that doesn't change the
12+
command line) no longer causes highlighting to be lost. Visual feedback can
13+
alternatively be achieved by setting the `format` zstyle under the `warnings`
14+
tag, for example,
15+
16+
zstyle ':completion:*:warnings' format '%F{red}No matches%f'
17+
18+
Refer to the [description of the `format` style in `zshcompsys(1)`]
19+
[zshcompsys-Standard-Styles].
20+
21+
(#90, part of #245, XXXXXXXXXXXX)
22+
23+
[zshcompsys-Standard-Styles]: http://zsh.sourceforge.net/Doc/Release/Completion-System.html#Standard-Styles
24+
25+
26+
627
# Changes in version 0.4.1
728

829
## Fixes:

0 commit comments

Comments
 (0)