summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-08-20 10:22:32 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-08-20 10:22:32 +0200
commitbb42984f5d6101ddc750700768ed3faf27f31021 (patch)
treeccd195a6a94aec6b858c2ee0565ecd432237ca12 /ChangeLog
parent3402de02b079f36d4abd5d0b1942564fe1575b25 (diff)
downloadweechat-bb42984f5d6101ddc750700768ed3faf27f31021.zip
Fix bug with hostmasks in IRC command /ignore (bug #30716)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9f509a24..6f5f80dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.4-dev, 2010-08-12
+v0.3.4-dev, 2010-08-20
Version 0.3.4 (under dev!)
@@ -10,6 +10,7 @@ Version 0.3.4 (under dev!)
* core: use similar behaviour for keys bound to local or global history
(bug #30759)
* api: add priority for hooks (task #10550)
+* irc: fix bug with hostmasks in command /ignore (bug #30716)
* rmodifier: new plugin "rmodifier": alter modifier strings with regular
expressions (bug #26964)