summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-07-19 10:18:20 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-07-19 10:18:20 +0200
commitdfcc7baa40e1d359cbd5c2a33b8b01ba6bde738b (patch)
tree88fca89b743d2fc0b98a0e85ab99e35b21685a16 /ChangeLog
parentfb86f21a5fb3ec516c3226cd1578d5b4d3ff2ec5 (diff)
downloadweechat-dfcc7baa40e1d359cbd5c2a33b8b01ba6bde738b.zip
irc: fix self nick color in server messages after nick is changed with /nick (bug #39415)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5959f09c2..33b3c5010 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.4.2-dev, 2013-07-18
+v0.4.2-dev, 2013-07-19
This document lists all changes for each version.
@@ -34,6 +34,8 @@ Version 0.4.2 (under dev!)
* core: fix line alignment when option weechat.look.buffer_time_format is set
to empty string
* aspell: add support of enchant library (patch #6858)
+* irc: fix self nick color in server messages after nick is changed with /nick
+ (bug #39415)
* irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)
* irc: add option irc.look.pv_tags
* irc: fix error message on /invite without arguments (bug #39272)