diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 681096f2db..7fb97a0aa2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -92,7 +92,7 @@ Changelog 6.2.3 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ - * ... + * Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) 6.2.2 (24.09.2024) @@ -553,7 +553,7 @@ Changelog 5.2.7 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ - * ... + * Fix: Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) 5.2.6 (11.07.2024) diff --git a/docs/releases/5.2.7.md b/docs/releases/5.2.7.md index ed8bedce73..1c472ea335 100644 --- a/docs/releases/5.2.7.md +++ b/docs/releases/5.2.7.md @@ -14,4 +14,4 @@ depth: 1 ### Bug fixes - * ... + * Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas) diff --git a/docs/releases/6.2.3.md b/docs/releases/6.2.3.md index e41ea367f6..01d971b4da 100644 --- a/docs/releases/6.2.3.md +++ b/docs/releases/6.2.3.md @@ -14,4 +14,4 @@ depth: 1 ### Bug fixes - * ... + * Prevent multiple URLs from being combined into one when pasting links into a rich text input (Thibaud Colas)