From 19f25bcf5fdca6f7c8564ad9eb8b73aef8e286f8 Mon Sep 17 00:00:00 2001 From: Sean Atukorala Date: Sun, 15 May 2022 15:20:54 -0400 Subject: [PATCH] added changelog entry covering fixes for Issue #2857 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 33efdef115..94124dca9f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ - Remove the `converse-carbons` plugin and make carbons part of the `converse-chat` plugin. - Remove the `message_carbons` configuration setting. Carbons are now always enabled. +## 9.1.2 (2022-05-15) +- Added fixes for Issue #2857. The fix is regarding Converse.js incorrectly applying text styling effects to HTTP URLs that contain special characters(`_`, `\``, `\`\`\``, `~`, `*`). With the fixes applied, the hyperlinks encompass the entire HTTP URL instead of only part of it +- Added integration test for the fixes above to the following file: `/src/plugins/chatview/tests/chatbox.js/` + ## 9.1.1 (2022-05-05) - GIFs don't render inside unfurls and cause a TypeError