Allow setting (sub)title of any type.

Related issues: #2521.
This commit is contained in:
Rodrigo Girão Serrão
2023-05-09 16:55:43 +01:00
parent 8855471125
commit e8baf52bdd
3 changed files with 46 additions and 0 deletions

View File

@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## Unrealeased
### Changed
- App `title` and `sub_title` attributes can be set to any type https://github.com/Textualize/textual/issues/2521
## [0.24.1] - 2023-05-08
### Fixed