Skip to content

Commit 28e55c5

Browse files
committed
changelog
1 parent 5a82e83 commit 28e55c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- `get_content_height` will now return 0 if the renderable is Falsey https://github.com/Textualize/textual/pull/4617
1515
- Buttons may not be pressed within their "active_effect_duration" to prevent inadvertent activations https://github.com/Textualize/textual/pull/4621
1616
- `Screen.dismiss` is now a noop if the screen isn't active. Previously it would raise a `ScreenStackError`, now it returns `False`. https://github.com/Textualize/textual/pull/4621
17-
- Increased window for escape processing to 100ms
18-
- Tooltips are now hidden when any key is pressed
17+
- Increased window for escape processing to 100ms https://github.com/Textualize/textual/pull/4625
18+
- Tooltips are now hidden when any key is pressed https://github.com/Textualize/textual/pull/4625
1919

2020
### Added
2121

2222
- Added `Screen.is_active`
23-
- Added `tooltip` parameter to input widgets
23+
- Added `tooltip` parameter to input widgets https://github.com/Textualize/textual/pull/4625
2424

2525
## [0.65.2] - 2023-06-06
2626

0 commit comments

Comments
 (0)