From e8159298ad4b607e8daee89406de2434ee9c22e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 19 Feb 2019 20:41:34 +0100 Subject: [PATCH] core: update ChangeLog (issue #1306, issue #1307) --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 7bcac008c..f6f4da2b2 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -18,6 +18,10 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] [[v2.5]] == Version 2.5 (under dev) +Bug fixes:: + + * aspell: fix detection of nick followed by the nick completer (issue #1306, issue #1307) + Build:: * core: fix compilation on Mac OS (issue #1308)