summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-09-17 11:56:03 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-09-17 11:56:03 +0200
commit36d2e7427eb57e26bfe9c27f9f2211248cf0f850 (patch)
tree99e317a45e81dcb728713a6653aabf8e23ce0ac6 /ChangeLog.adoc
parent0df582c7c1d35a7d97f997258215dca5a26866fc (diff)
downloadweechat-36d2e7427eb57e26bfe9c27f9f2211248cf0f850.zip
core: fix wrong terminal title on terminal resize (closes #1702)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 132ad39be..0e25b7b7f 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -35,6 +35,7 @@ New features::
Bug fixes::
+ * core: fix wrong terminal title on terminal resize (issue #1702)
* irc: fix duplicated channels in autojoin option when autojoin_dynamic is enabled (issue #1795)
* irc: fix display of TOPIC and QUIT messages with an empty trailing parameter (issue #1797)
* irc: fix parsing of messages with trailing spaces and no trailing parameter (issue #1803)