changelog

This commit is contained in:
Will McGugan 2025-03-25 14:34:41 +00:00
parent 538303d02d
commit 0afb5c6125

View file

@ -16,10 +16,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Added Widget.preflight_checks to perform some debug checks after a widget is instantiated, to catch common errors. https://github.com/Textualize/textual/pull/5588
- Added text-padding style
## Changed
- 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
- Tabs now accept Content or content markup
## [2.1.2] - 2025-02-26