File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
- Fixed cached hash preservation upon clearing meta and links https://github.com/Textualize/rich/issues/2942
19
19
- Fixed overriding the ` background_color ` of ` Syntax ` not including padding https://github.com/Textualize/rich/issues/3295
20
20
- Fixed selective enabling of highlighting when disabled in the ` Console ` https://github.com/Textualize/rich/issues/3419
21
+ - Fixed BrokenPipeError writing an error message https://github.com/Textualize/rich/pull/3468
21
22
22
23
### Changed
23
24
@@ -31,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
32
32
33
- Adds a ` case_sensitive ` parameter to ` prompt.Prompt ` . This determines if the
33
34
response is treated as case-sensitive. Defaults to ` True ` .
35
+ - Added ` Console.on_broken_pipe ` https://github.com/Textualize/rich/pull/3468
34
36
35
37
## [ 13.7.1] - 2024-02-28
36
38
You can’t perform that action at this time.
0 commit comments