From 0f8c0b43bfcea3a742ebab64dc1c63a44c5bb660 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Tue, 10 Jan 2023 14:24:58 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12600609e..21c79a734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `MouseScrollUp` and `MouseScrollDown` now inherit from `MouseEvent` and have attached modifier keys. https://github.com/Textualize/textual/pull/1458 - Fail-fast and print pretty tracebacks for Widget compose errors https://github.com/Textualize/textual/pull/1505 - Added Widget._refresh_scroll to avoid expensive layout when scrolling https://github.com/Textualize/textual/pull/1524 -- `events.Pase` now bubbles https://github.com/Textualize/textual/issues/1434 +- `events.Paste` now bubbles https://github.com/Textualize/textual/issues/1434 ### Fixed