diff --git a/CHANGELOG.md b/CHANGELOG.md index c464abb43..414aa6bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed `OptionList` size after removing or clearing options https://github.com/Textualize/textual/issues/5728 - Fixed footer / key panel not updating when keymaps are applied https://github.com/Textualize/textual/pull/5724 - Fixed alignment not being applied when there are min and max limits on dimensions https://github.com/Textualize/textual/pull/5732 +- Fixed issues with OptionList scrollbar not updating https://github.com/Textualize/textual/pull/5736 ### Changed