Skip to content

Commit 08bf1bc

Browse files
Update CHANGELOG.
1 parent ba5ec6b commit 08bf1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
- Added "inherited bindings" -- BINDINGS classvar will be merged with base classes, unless inherit_bindings is set to False
1414
- Added `Tree` widget which replaces `TreeControl`.
15+
- Added widget `Placeholder` https://github.com/Textualize/textual/issues/1200.
1516

1617
### Changed
1718

@@ -46,7 +47,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4647
- Support lazy-instantiated Screens (callables in App.SCREENS) https://github.com/Textualize/textual/pull/1185
4748
- Display of keys in footer has more sensible defaults https://github.com/Textualize/textual/pull/1213
4849
- Add App.get_key_display, allowing custom key_display App-wide https://github.com/Textualize/textual/pull/1213
49-
- Added widget `Placeholder`
5050

5151
### Changed
5252

0 commit comments

Comments
 (0)