From 65eccfe75bf20a931577dea617f3fbcf127885fb Mon Sep 17 00:00:00 2001 From: TomJGooding <101601846+TomJGooding@users.noreply.github.com> Date: Sun, 31 Aug 2025 10:56:29 +0100 Subject: [PATCH] docs(changelog): remove reverted TextArea.UserInsert Remove the entry for `TextArea.UserInsert` in the CHANGELOG, which was reverted in #6084. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f24e0c75..f3af5e69d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### Changed