From e83f88e871adb6f880e40a7b7000f40660d574f0 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Mon, 31 Oct 2022 15:39:57 +0000 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 107a7d042..b51979392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Fixed how the app title in a `Header` is centred https://github.com/Textualize/textual/issues/1060 - Fixed the swapping of button variants https://github.com/Textualize/textual/issues/1048 - Fixed reserved characters in screenshots https://github.com/Textualize/textual/issues/993 +- Fixed issue with TextLog max_lines https://github.com/Textualize/textual/issues/1058 ### Changed