diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-04 16:52:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-04 16:52:12 +0200 |
commit | 37144535a55f5e06b3a1f92f11758db6ba8e39c7 (patch) | |
tree | be5b228ac8a23a5206d72aab015a9a171411623f /ChangeLog.asciidoc | |
parent | e143518e4becad620741f2ed53ca399ff21ad5e1 (diff) | |
download | weechat-37144535a55f5e06b3a1f92f11758db6ba8e39c7.zip |
core: fix evaluation of expression with regex when a comparison char is in the regex
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 90400ba76..490285b6e 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -15,6 +15,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 0.4.4 (under dev) +* core: fix evaluation of expression with regex when a comparison char is in + the regex * core: close .upgrade files before deleting them after /upgrade * core: add default key key[alt--] (toggle filters in current buffer) (closes #17) |