summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2007-08-01 10:44:51 +0000
committerSebastien Helleu <flashcode@flashtux.org>2007-08-01 10:44:51 +0000
commit9d3e31e165c48f7dc9dafdb4d8ed890932103e31 (patch)
tree34a7f753598124f9adaad5f40c84f194ffaf4eb9 /ChangeLog
parentefd511dea435d241aa15d20d76af9518d46fb3ce (diff)
downloadweechat-9d3e31e165c48f7dc9dafdb4d8ed890932103e31.zip
Fixed nick prefix display on servers that doesn't support all prefixes (bug #20025)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c166a7afa..0e9b4e9b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ ChangeLog - 2007-08-01
Version 0.2.6 (under dev!):
+ * fixed nick prefix display on servers that doesn't support all prefixes
+ (bug #20025)
* fixed terminal encoding detection when NLS is disabled (bug #20646)
* fixed crash when sending data to channel or pv on disconnected server
(bug #20524)