summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-02 13:56:35 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-02 13:56:35 +0100
commit5aa82a85e3e0e972ed14455cf6cabf3efd259ada (patch)
treebe884f0322f0971496622a976d81593b0f5313e3 /ChangeLog
parent94ddf61d2000e5824f12f4e892be6a6d2dbf1c25 (diff)
downloadweechat-5aa82a85e3e0e972ed14455cf6cabf3efd259ada.zip
Add option irc.look.display_channel_modes_hide_key to hide channel key in channel modes (bug #23961)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 677e13b35..95529528a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
FlashCode <flashcode@flashtux.org>
-v0.3.2-dev, 2010-01-31
+v0.3.2-dev, 2010-02-02
Version 0.3.2 (under dev!)
@@ -17,6 +17,8 @@ Version 0.3.2 (under dev!)
* irc: fix bug with SSL connection (fails sometimes when ssl_verify is on)
(bug #28741)
* irc: add options irc.look.smart_filter_join and irc.look.smart_filter_quit
+* irc: add option irc.look.display_channel_modes_hide_key to hide channel key
+ in channel modes (bug #23961)
* irc: fix compilation with old GnuTLS versions (bug #28723)
* logger: allow date format in logger options path and mask (task #9430)
* xfer: fix crash when purging old xfer chats (bug #28764)