From 59e325d0045b27edc2557798ed563c26fbfbc58d Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 20 Apr 2023 10:08:40 +0100 Subject: [PATCH] Update the CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2508db623..42869df6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Breaking change: standard keyboard scrollable navigation bindings have been moved off `Widget` and onto a new base class for scrollable containers (see also below addition) https://github.com/Textualize/textual/issues/2332 - `ScrollView` now inherits from `Scrollablecontainer` rather than `Widget` https://github.com/Textualize/textual/issues/2332 +- Containers no longer inherit any bindings from `Widget` https://github.com/Textualize/textual/issues/2331 ### Added