Skip to content

Commit 048040f

Browse files
committed
fix changelog
1 parent 7dcd1d3 commit 048040f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2525
- Added `Content.empty` constructor https://github.com/Textualize/textual/pull/5657
2626
- Added `Content.pad` method https://github.com/Textualize/textual/pull/5657
2727
- Added `Style.has_transparent_foreground` property https://github.com/Textualize/textual/pull/5657
28+
- DOMNode.query now accepts UnionType for selector in Python 3.10 and above, e.g. `self.query(Input | Select )` https://github.com/Textualize/textual/pull/5578
2829

2930
## Changed
3031

3132
- Assigned names to Textual-specific threads: `textual-input`, `textual-output`. These should become visible in monitoring tools (ps, top, htop) as of Python 3.14. https://github.com/Textualize/textual/pull/5654
3233
- Tabs now accept Content or content markup https://github.com/Textualize/textual/pull/5657
3334
- Buttons will now use Textual markup rather than console markup
34-
35-
### Changed
36-
3735
- tree-sitter languages are now loaded lazily, improving cold-start time https://github.com/Textualize/textual/pull/5639
3836

3937
## [2.1.2] - 2025-02-26
@@ -68,7 +66,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6866
### Added
6967

7068
- Added `pointer_x`, `pointer_y`, `pointer_screen_x`, and `pointer_screen_y` attributes to mouse events https://github.com/Textualize/textual/pull/5556
71-
- DOMNode.query now accepts UnionType for selector, e.g. `self.query(Input | Select )` https://github.com/Textualize/textual/pull/5578
7269

7370
### Changed
7471

0 commit comments

Comments
 (0)