From a032504a3611b2fd5e45f76060944efa724828b2 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Mon, 18 Oct 2021 09:50:58 -0700 Subject: [PATCH] Correct mistaken claim in CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ce98d0..27076c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ New features and improvements: interaction. * Message attachments can now be clicked with the mouse to open them with the configured URL/file opener command. - * Long verbatim and code blocks are now truncated to 25 lines by - default. (#725) This change adds: + * Long verbatim and code blocks can now be truncated when they're too + large. By default, they are not truncated. (#725) This change adds: * A new theme attribute, `verbatimTruncateMessage`, that affects the truncation message * A new configuration setting, `truncateVerbatimBlockHeight` (default