diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-26 08:03:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-06-26 08:03:15 +0200 |
commit | acfb5a7638c566923217826e84e74ea55cfce1f3 (patch) | |
tree | 7b48e9e72d1cc79c058d3b83127e6bc13ec3129c /ChangeLog.adoc | |
parent | b0ecbdbf1da175802d3e2f82cf181060886247e3 (diff) | |
download | weechat-acfb5a7638c566923217826e84e74ea55cfce1f3.zip |
relay: add missing field "notify_level" in message "_buffer_line_added" (issue #1529)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
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 |