From 9e7d052517ea4c349a05e1dfcf9915781089af59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 8 May 2021 07:32:49 +0200 Subject: [PATCH] core: update ChangeLog (issue #1636) --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 47ac50c22..7b76678fc 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -28,6 +28,7 @@ New features:: Bug fixes:: + * core: use function mallinfo2 instead of mallinfo when available (issue #1636) * core: display a warning when the file with certificate authorities is not found (option weechat.network.gnutls_ca_file) * core: evaluate left/right part of comparison after split on the comparison operator in ${if:xxx} (issue #1627) * core: prevent switching to start of visited buffers when jumping to next (issue #1591, issue #1592)