summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-04-20 11:05:14 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-04-20 11:05:14 +0200
commit4cf6628d85ff4cef0624fb2f8e5fa54c9de6a3e4 (patch)
treef8fed7db1c54da174669350bc09fc8f14ca04e2b /ChangeLog
parentfda70ec57df381245404f164d9ae46f3a863f79a (diff)
downloadweechat-4cf6628d85ff4cef0624fb2f8e5fa54c9de6a3e4.zip
ruby: fix crash in function hdata_move
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52f27d888..a76a07751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,6 +87,7 @@ Version 0.4.1 (under dev!)
* rmodifier: rename default rmodifier "nickserv" to "command_auth" (with new
modifier "irc_command_auth"), add default rmodifier "message_auth" (modifier
"irc_message_auth")
+* ruby: fix crash in function hdata_move
* ruby: fix crash with Ruby 2.0: use one array for the last 6 arguments of
function config_new_option (bug #31050)
* script: fix compilation on GNU/Hurd (patch #7977)