Update the CHANGELOG

This commit is contained in:
Dave Pearson
2023-05-02 10:16:45 +01:00
parent 16d62dfb20
commit 87847cea4c

View File

@@ -9,8 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- Fixed `!important` not applying to `align` https://github.com/Textualize/textual/issues/2420
- Fixed `!important` not applying to `border` https://github.com/Textualize/textual/issues/2420
- Fixed `!important` not applying to `content-align` https://github.com/Textualize/textual/issues/2420
- Fixed `!important` not applying to `outline` https://github.com/Textualize/textual/issues/2420
- Fixed `!important` not applying to `overflow` https://github.com/Textualize/textual/issues/2420
- Fixed `!important` not applying to `scrollbar-size` https://github.com/Textualize/textual/issues/2420
- Fixed `outline-right` not being recognised https://github.com/Textualize/textual/issues/2446
### Changed