From 7fe11bd5a2bf2a1f68e42bc0ad160c5527eb3e1e Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Wed, 15 Jan 2025 18:01:33 +0100 Subject: [PATCH] Release new version. --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e94264d..f98963d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,20 @@ ### Bug Fixes +* Also replace tabs and multiple space characters with a single space. ([f5e1d0a](https://github.com/patternslib/pat-content-mirror/commit/f5e1d0aed38763d7dbc836059498140de2ea68f9)) + + This makes sure that the textarea which would preserve multiple spaces +aligns with the mirror - e.g. a paragraph - which displays multiple +spaces as a single space character. + +Ref: scrum-2879. + +## [4.0.1](https://github.com/patternslib/pat-content-mirror/compare/4.0.0...4.0.1) (2025-01-15) + + +### Bug Fixes + + * Also replace tabs and multiple space characters with a single space. ([f5e1d0a](https://github.com/patternslib/pat-content-mirror/commit/f5e1d0aed38763d7dbc836059498140de2ea68f9)) This makes sure that the textarea which would preserve multiple spaces