Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding committed Oct 17, 2024
1 parent 6d572c4 commit d85fdec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d85fdec

Please sign in to comment.