From b3c8c1da070f01c4e607682bb7d5bf73268c0e60 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 9 May 2024 17:29:12 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5573ecb13d..3f41497abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed `SelectionList` issues after removing an option https://github.com/Textualize/textual/pull/4464 - Fixed `ListView` bugs with the initial index https://github.com/Textualize/textual/pull/4452 +- Fixed `Select` not closing ### Changed