From 2f5ef8b83ac59d890af0b5e2aa97435cf66f616a Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Mon, 29 Apr 2024 23:07:08 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931d541c0c..f68cf88e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Fixed + +- Fixed `SelectionList` issues after removing an option https://github.com/Textualize/textual/pull/4464 + ## [0.58.0] - 2024-04-25 ### Fixed