Skip to content

Commit a473ef8

Browse files
committed
fix changelog
1 parent 1de9471 commit a473ef8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)