diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-01 16:21:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-01 16:21:36 +0200 |
commit | b7a6d6813f3808df9de7af7a7e67502c00c38e18 (patch) | |
tree | e245bac9035f67d48c6fd64707fad9a56b648f69 | |
parent | 90752a0458688dda6a81a41371aee355e886a529 (diff) | |
download | weechat-b7a6d6813f3808df9de7af7a7e67502c00c38e18.zip |
core: remove issue #608 from ChangeLog
-rw-r--r-- | ChangeLog.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 2f35dd10d..3bd7f7489 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -20,7 +20,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] New features:: - * core: add wilcard matching operator (`+=*+` and `+!*+`) in evaluation of expressions (issue #608, issue #611) + * core: add wilcard 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) |