From 7f8f912a37ece23775bf0ecd6fec782991e7bb68 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 21 Aug 2024 14:00:41 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d284113a85..094abde911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fix crash when `validate_on` value isn't a set https://github.com/Textualize/textual/pull/4868 - Fix `Input.cursor_blink` having no effect on the blink cycle after mounting https://github.com/Textualize/textual/pull/4869 -- Fixed scrolling by page not taking scrollbar in to account +- Fixed scrolling by page not taking scrollbar in to account https://github.com/Textualize/textual/pull/4916 ## [0.76.0]