From d9e1b545b42bd62374dae6791aa7a13be6f435bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 13 Oct 2024 14:07:02 +0200 Subject: [PATCH] core: add minimal GnuTLS version in ChangeLog (issue #2193) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7432a190e..3c5d37a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - relay/api: allow array with multiple requests in websocket frame received from client - core, plugins: simplify help on parameters that can be repeated in commands - build: require Curl ≥ 7.47.0 ([#2195](https://github.com/weechat/weechat/issues/2195)) +- build: require GnuTLS ≥ 3.3.0 ([#2193](https://github.com/weechat/weechat/issues/2193)) ### Added