core: fix typo in ChangeLog

v2.8-utf8proc
Sébastien Helleu 2019-10-01 18:29:59 +02:00
parent 92cad366a2
commit 779420d50d
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ Bug fixes::
New features::
* core: add option weechat.completion.nick_case_sensitive (issue #981)
* core: add wilcard matching operator (`+=*+` and `+!*+`) in evaluation of expressions (issue #611)
* core: add wildcard matching operator (`+=*+` and `+!*+`) in evaluation of expressions (issue #611)
* core: add cut of string in evaluation of expressions with "cut:" (number of chars) and "cutscr:" (number of chars displayed on screen)
* core: add ternary operator (condition) in evaluation of expressions (`${if:condition?value_if_true:value_if_false}`)
* core: add resize of window parents with /window resize [h/v]size (task #11461, issue #893)