core: update ChangeLog (issue #1171)

v2.8-utf8proc
Sébastien Helleu 2018-03-31 13:58:13 +02:00
parent 11b4186f54
commit 27b89a0e96
1 changed files with 2 additions and 0 deletions

View File

@ -25,12 +25,14 @@ New features::
Improvements::
* core: allow merge of buffers by name in command /buffer (issue #1108, issue #1159)
* xfer: add option xfer.network.send_ack (issue #1171)
Bug fixes::
* irc: fix split of messages when server option "split_msg_max_length" is set to 0 (no split) (issue #1173)
* irc: send whole IRC message including IRCv3 tags in the signals irc_in, irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
* irc: fix memory leak when receiving a message with IRCv3 tags
* xfer: set option TCP_NODELAY on socket when receiving a file via DCC (issue #1171)
Documentation::