From e1fb8433cefe4467f9fd3ffc21237c0a98a88e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 May 2019 20:33:37 +0200 Subject: [PATCH] core: update ChangeLog (issue #1346) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 4ac12674b..08d04cc05 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -66,6 +66,7 @@ Build:: * 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) * lua: add detection of Lua 5.3 with autotools + * ruby: add detection of Ruby 2.6 (issue #1346) * tests: fix compilation of tests on FreeBSD [[v2.4]]