From 2c82a1a35f07cb95d194970ae2ac747e7a87d03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 20 Apr 2023 22:39:02 +0200 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 5dc855c57..ec45682d1 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -21,6 +21,8 @@ New features:: * core: add option `key` in command `/debug` (issue #1238) * core: force ctrl keys to lower case when they are added (issue #1875) * core: insert multiple pasted lines in input instead of sending immediately, add keys to move and delete in a single line and whole input, add option weechat.look.input_multiline_lead_linebreak (issue #1502, issue #1503, issue #1504) + * core: render newline characters in chat line messages (issue #1908) + * core: don't split on newline characters in printf_date_tags when input_multiline is set (issue #1909) * core: add command `/reset` to reset options to their default values * core: add option `rename` in command `/bar` * core: add relative move of read marker with `/buffer set unread [+/-]N` (issue #1895)