summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-07-07 15:44:02 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-07-07 15:44:02 +0200
commit46fdee19b05ea9e775e46a67f0b31207cead009a (patch)
tree7ceddd29165ab5568164e90d2dc786a51e78e78e /ChangeLog
parent869e4448b944c0cca0601588126f7a5e400b856e (diff)
downloadweechat-46fdee19b05ea9e775e46a67f0b31207cead009a.zip
Fix bug with replacement char in API function string_remove_color (bug #30296)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index da838a8b7..5cba10a8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.3-dev, 2010-07-06
+v0.3.3-dev, 2010-07-07
Version 0.3.3 (under dev!)
@@ -17,6 +17,8 @@ Version 0.3.3 (under dev!)
process)
* core: fix display bug with attributes like underlined in bars (bug #29889)
* core: add hashtables with new functions in plugin API
+* api: fix bug with replacement char in function string_remove_color
+ (bug #30296)
* api: add function "string_expand_home", fix bug with replacement of home in
paths
* irc: fix display of local SSL certificate when it is sent to server