From 141b42817f7cd60dbd88e42779dbc67838c8b845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 1 May 2019 08:35:07 +0200 Subject: [PATCH] core: update ChangeLog (issue #1341, issue #1342) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 4c7ced4ff..20528961b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -58,6 +58,7 @@ Tests:: Build:: + * core: fix value of libdir in file weechat.pc (issue #1341, issue #1342) * core: fix generation of man page weechat-headless with autotools * core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options (CMake ≥ 3.0 is now required) * core: fix compilation on Mac OS (issue #1308)