summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-06-26 08:03:15 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-06-26 08:03:15 +0200
commitacfb5a7638c566923217826e84e74ea55cfce1f3 (patch)
tree7b48e9e72d1cc79c058d3b83127e6bc13ec3129c /ChangeLog.adoc
parentb0ecbdbf1da175802d3e2f82cf181060886247e3 (diff)
downloadweechat-acfb5a7638c566923217826e84e74ea55cfce1f3.zip
relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)
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 f2b287653..42f2fa760 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -73,6 +73,7 @@ Bug fixes::
* irc: fix realname delimiter color in WHO/WHOX response (issue #1497)
* irc: reuse a buffer with wrong type "channel" when a private message is received (issue #869)
* python: fix crash when invalid UTF-8 string is in a WeeChat hashtable converted to a Python dict (issue #1463)
+ * relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)
* relay: fix slow send of data to clients when SSL is enabled
* trigger: only return trigger's return code when condition evaluates to true (issue #592)
* trigger: fix truncated trigger command with commands /trigger input|output|recreate