From 0b6c8fef6e0afbf51e332a48ee2db3669ab60cb3 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 3 Oct 2024 10:35:36 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9fd0429b3..39ffcc4d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed issue with screen not updating when auto_refresh was enabled https://github.com/Textualize/textual/pull/5063 - Fixed issues regarding loading indicator https://github.com/Textualize/textual/pull/5079 +- Fixed issues with inspecting the lazy loaded widgets module https://github.com/Textualize/textual/pull/5080 ### Added