summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-05-11 20:33:37 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-05-11 20:33:37 +0200
commite1fb8433cefe4467f9fd3ffc21237c0a98a88e4b (patch)
treedea14ba135bf06941381a42b8e2b7ed3ae4cc808
parente3c38d7163527609bca9629197776a4b606d7eab (diff)
downloadweechat-e1fb8433cefe4467f9fd3ffc21237c0a98a88e4b.zip
core: update ChangeLog (issue #1346)
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
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]]