From 08c88fc02b7f82b3cae8eb200e51264a8e49dc8f Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 1 Oct 2025 16:22:28 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 295f8904c..5200430ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [6.2.1] - 2025-10-01 - Fix inability to copy text outside of an input/textarea when it was focused https://github.com/Textualize/textual/pull/6148 +- Fix issue when copying text after a double click https://github.com/Textualize/textual/pull/6148 ## [6.2.0] - 2025-09-30