From 160cbdb46a127e07be3ba77c41f95ce2c65b5ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 6 Jun 2015 10:05:17 +0200 Subject: [PATCH] core: reword ChangeLog entry --- ChangeLog.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 5af2a2f28..9c0e5ba1a 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -21,8 +21,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * irc: fix errors displayed on WHOX messages received (closes #376) * lua: add detection of Lua 5.3 -* xfer: fix parsing of DCC chat messages (send/receive of "\r\n" at the end - of messages) (closes #425, closes #426) +* xfer: fix parsing of DCC chat messages (handle "\r\n" at the end of messages) + (closes #425, closes #426) * doc: replace PREFIX with CMAKE_INSTALL_PREFIX in cmake instructions (closes #354)