changelog

This commit is contained in:
Will McGugan
2025-03-27 14:45:46 +00:00
parent 55c5dea019
commit 812bee781c

View File

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fixed additional spaces after text-wrapping https://github.com/Textualize/textual/pull/5657
- Added missing `scroll_end` parameter to the `Log.write_line` method https://github.com/Textualize/textual/pull/5672
- Restored support for blink https://github.com/Textualize/textual/pull/5675
- Fixed scrolling breaking on DataTable with `overflow: hidden`
- Fixed scrolling breaking on DataTable with `overflow: hidden` https://github.com/Textualize/textual/pull/5681
### Added