summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-31 22:55:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-31 22:55:40 +0200
commit2e0712145704c85f4e1898408dde925b4d246302 (patch)
treefc52cd1c1f5d72a4298870d8e333f9b7e391f1ba /ChangeLog.adoc
parentf8b8669d2e1967e9d6ee320aab7b66d5acec8a00 (diff)
downloadweechat-2e0712145704c85f4e1898408dde925b4d246302.zip
core: update ChangeLog (issue #1384)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index cfd36f734..7e5cd30cb 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -28,6 +28,7 @@ New features::
Bug fixes::
+ * core: fix memory leak in case of error when building content of bar item for display (issue #1384)
* core: send command line parameter to plugins only if the name starts with the plugin name followed by a colon
* core: auto disable upgrade process (command line option "--upgrade") if the file weechat.upgrade is not found
* core: replace newlines by spaces in argument "completion" of function hook_command (issue #538)