Update the CHANGELOG

This commit is contained in:
Dave Pearson
2023-04-24 11:18:41 +01:00
parent b896e9d7f9
commit a005b81a39

View File

@@ -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