summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-04-23 14:33:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-04-23 14:33:04 +0200
commit8a1650b26fee8cb76ca52bacef3020bbfe6a5426 (patch)
tree2dcee471c3c6fff9ae1c64bcaf8023967f5e06c5 /ChangeLog.asciidoc
parent51c3e0b9ec7ff5720d860168b7a5d60fb69226b8 (diff)
downloadweechat-8a1650b26fee8cb76ca52bacef3020bbfe6a5426.zip
lua: fix crash when a lua function doesn't return a value and a string was expected (closes #718)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index a352e807a..ba8920e0d 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -37,6 +37,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* irc: add option irc.network.sasl_fail_unavailable (issue #600, issue #697)
* irc: add multiple targets and support of "-server" in command /ctcp
(issue #204, issue #493)
+* lua: fix crash when a lua function doesn't return a value and a string was
+ expected (issue #718)
* ruby: add detection of Ruby 2.3 (issue #698)
* trigger: add "recover" in default triggers cmd_pass/msg_auth, and "regain"
in default trigger "msg_auth" (issue #511)