From d85fdecf52f7199720068f5222d870bc2d7a40a3 Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:01:14 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35395ba0ef..2f23106826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fixed `RadioSet` not being scrollable https://github.com/Textualize/textual/issues/5100 +- Fixed `ListView` not updating its index or highlighting after removing items https://github.com/Textualize/textual/issues/5114 ### Added - Added `background-tint` CSS rule https://github.com/Textualize/textual/pull/5117 +### Changed + +- `ListView.pop` now returns `AwaitComplete` rather than `AwaitRemove` https://github.com/Textualize/textual/pull/5135 +- `ListView.remove_items` now returns `AwaitComplete` rather than `AwaitRemove` https://github.com/Textualize/textual/pull/5135 + ## [0.83.0] - 2024-10-10 ### Added