From 3adbeafa9adadb2cfacc4e2a827a34f28a3ad4ba245ae274cc925b6435db5e42 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Nov 2024 10:15:54 +0000 Subject: [PATCH] sequences OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=62 --- python-rich.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rich.changes b/python-rich.changes index 0f5576e..e108b3d 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -57,7 +57,7 @@ Wed Nov 20 17:44:21 UTC 2024 - Dirk Müller * Running tests in environment with `FORCE_COLOR` or `NO_COLOR` environment variables * ansi decoder will now strip problematic private escape - sequences (like `7`) + sequences * Tree's ASCII_GUIDES and TREE_GUIDES constants promoted to class attributes * Adds a `case_sensitive` parameter to `prompt.Prompt`. This