File tree 1 file changed +2
-5
lines changed
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
12
12
- Environment variables ` JUPYTER_COLUMNS ` and ` JUPYTER_LINES ` to control width and height of console in Jupyter
13
13
- Markdown friendly ` Box ` style, ` MARKDOWN ` , for rendering tables ready to copy into markdown files
14
14
- ` inspect ` will prefix coroutine functions with ` async def `
15
+ - ` Style.__add__ ` will no longer return ` NotImplemented `
16
+ - Remove rich.\_ lru_cache
15
17
16
18
### Changed
17
19
@@ -29,11 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
31
- Fixed hash issue in Styles class https://github.com/Textualize/rich/pull/2346
30
32
- Fixed bug in ` Segment.split_and_crop_lines `
31
33
32
- ### Changed
33
-
34
- - ` Style.__add__ ` will no longer return ` NotImplemented `
35
- - Remove rich.\_ lru_cache
36
-
37
34
## [ 12.4.4] - 2022-05-24
38
35
39
36
### Changed
You can’t perform that action at this time.
0 commit comments