summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-10-30 10:38:19 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-10-30 10:38:19 +0200
commit0e315a81ad2177b6d212697fe5be2367219d825c (patch)
treefe8baff97921e44eac4e832871a6dda9c3f1baf8 /ChangeLog
parentb4f63e70af3a56949b151bdbcefcce20070d553d (diff)
downloadweechat-0e315a81ad2177b6d212697fe5be2367219d825c.zip
Fix crash when unloading lua script
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1441a83fb..15a7a9e75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
-v0.3.4-dev, 2010-10-29
+v0.3.4-dev, 2010-10-30
Version 0.3.4 (under dev!)
@@ -53,6 +53,7 @@ Version 0.3.4 (under dev!)
expressions (bug #26964)
* relay: beta version of IRC proxy
* scripts: add missing function "infolist_reset_item_cursor" in API (bug #31057)
+* lua: fix crash when unloading script
* ruby: fix compilation with Ruby 1.9.2 (patch #7316)
Version 0.3.3 (2010-08-07)