changelog

This commit is contained in:
Will McGugan
2025-07-16 18:04:24 +01:00
parent b0216f3f14
commit ecf870a02f

View File

@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `expand` and `shrink` attributes to GridLayout https://github.com/Textualize/textual/pull/5962
- Added `Markdown.get_stream` https://github.com/Textualize/textual/pull/5966
- Added `textual.highlight` module for syntax highlighting https://github.com/Textualize/textual/pull/5966
- Added `MessagePump.wait_for_refresh` method https://github.com/Textualize/textual/pull/5966
### Changed