Merge pull request #6086 from TomJGooding/docs-changelog-remove-reverted-userinsert

docs(changelog): remove reverted TextArea.UserInsert
This commit is contained in:
Will McGugan
2025-08-31 16:44:39 +01:00
committed by GitHub

View File

@@ -24,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `Widget.get_line_filters` and `App.get_line_filters` https://github.com/Textualize/textual/pull/6057
- Added `Binding.Group` https://github.com/Textualize/textual/pull/6070
- Added `DOMNode.displayed_children` https://github.com/Textualize/textual/pull/6070
- Added `TextArea.UserInsert` message https://github.com/Textualize/textual/pull/6070
- Added `TextArea.hide_suggestion_on_blur` boolean https://github.com/Textualize/textual/pull/6070
- Added `OptionList.highlighted_option` property https://github.com/Textualize/textual/pull/6090
- Added `TextArea.update_suggestion` method https://github.com/Textualize/textual/pull/6090