diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ce08816..2f5ef9d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed - `textual run` execs apps in a new context. +- Breaking change: `Container` no longer shows required scrollbars by default https://github.com/Textualize/textual/issues/2361 +- Breaking change: `VerticalScroll` no longer shows a required horizontal scrollbar by default +- Breaking change: `HorizontalScroll` no longer shows a required vertical scrollbar by default ### Added