Update CHANGELOG.md

This commit is contained in:
Will McGugan
2023-01-10 14:24:58 +00:00
committed by GitHub
parent c19521ac43
commit 0f8c0b43bf

View File

@@ -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 - `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 - 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 - 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 ### Fixed