From e3bbe2b5be44d9e9748544c7518985e543e59b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 14 Oct 2022 22:47:39 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index c33e639f9..e65fbafa6 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -25,6 +25,7 @@ New features:: Bug fixes:: * core: fix context info in buffers with free content (issue #1832) + * core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836) * irc: escape backslashes in raw buffer (issue #1838) [[v3.7]]