Skip to content

Commit 17cd7e6

Browse files
committed
changelog
1 parent 8e67ce2 commit 17cd7e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
- Added `App.viewport_size` https://github.com/Textualize/textual/pull/6105
2121
- Added `Screen.size` https://github.com/Textualize/textual/pull/6105
2222

23+
### Fixed
24+
25+
- Fixed issue where Segments with a style of `None` aren't rendered https://github.com/Textualize/textual/pull/6109
26+
2327
## [6.1.0] - 2025-08-01
2428

2529
### Added

tests/snapshot_tests/test_snapshots.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
from textual.reactive import var
3030
from textual.renderables.gradient import LinearGradient
3131
from textual.screen import ModalScreen, Screen
32-
from textual.strip import Strip
33-
from textual.widget import Widget
3432
from textual.widgets import (
3533
Button,
3634
Collapsible,

0 commit comments

Comments
 (0)