Skip to content

Commit

Permalink
Merge pull request #5370 from stefgmz/patch-1
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
willmcgugan authored Dec 11, 2024
2 parents 996b8e2 + d614a97 commit df2b72a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ the selection if there is one, otherwise it will cut the current line https://gi
- Removed `ctrl_to_caret` and `upper_case_keys` from Footer. These can be implemented in `App.get_key_display`.
- Renamed `SystemCommands` to `SystemCommandsProvider` https://github.com/Textualize/textual/pull/4920
- Breaking change: Removed `ClassicFooter` widget (please use new `Footer` widget) https://github.com/Textualize/textual/pull/4921
- Breaking change: `App.get_key_display` now requires `textual.binding.Binding` instead of `str`.
- Disallowed `Screen` instances in `App.SCREENS` and `App.MODES`

### Fixed
Expand Down

0 comments on commit df2b72a

Please sign in to comment.