Skip to content

Commit

Permalink
changelog: Update for changes pulled out of 0.5.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshahaf committed Oct 24, 2016
1 parent 035d3eb commit 5398949
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions changelog.md
@@ -1,5 +1,16 @@
up to 28d7056a7a06

# Changes in version 0.6.0


## Added highlighting of:

- The `isearch` and `suffix` [`$zle_highlight` settings][zshzle-Character-Highlighting].
(79e4d3d12405, 15db71abd0cc; requires zsh 5.3 for `$ISEARCHMATCH_ACTIVE` / `$SUFFIX_ACTIVE` support)

[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting


# Changes in version 0.5.0


Expand Down Expand Up @@ -27,11 +38,6 @@ in this area.
- Aliases that cannot be defined normally nor invoked normally (highlighted as an error).
(#263 (in part), 28932316cca6)

- The `isearch` and `suffix` [`$zle_highlight` settings][zshzle-Character-Highlighting].
(79e4d3d12405, 15db71abd0cc; requires zsh 5.3 for `$ISEARCHMATCH_ACTIVE` / `$SUFFIX_ACTIVE` support)

[zshzle-Character-Highlighting]: http://zsh.sourceforge.net/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting

- Path separators (`/`) — the default behaviour remains to highlight path separators
and path components the same way.
(#136, #260, 6cd39e7c70d3, 9a934d291e7c, f3d3aaa00cc4)
Expand Down

0 comments on commit 5398949

Please sign in to comment.