File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212- Environment variables ` JUPYTER_COLUMNS ` and ` JUPYTER_LINES ` to control width and height of console in Jupyter
1313- Markdown friendly ` Box ` style, ` MARKDOWN ` , for rendering tables ready to copy into markdown files
1414- ` inspect ` will prefix coroutine functions with ` async def `
15+ - ` Style.__add__ ` will no longer return ` NotImplemented `
16+ - Remove rich.\_ lru_cache
1517
1618### Changed
1719
@@ -29,11 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931- Fixed hash issue in Styles class https://github.com/Textualize/rich/pull/2346
3032- Fixed bug in ` Segment.split_and_crop_lines `
3133
32- ### Changed
33-
34- - ` Style.__add__ ` will no longer return ` NotImplemented `
35- - Remove rich.\_ lru_cache
36-
3734## [ 12.4.4] - 2022-05-24
3835
3936### Changed
You can’t perform that action at this time.
0 commit comments