mirror of https://github.com/Textualize/rich.git
fix changelog
This commit is contained in:
parent
2a0d7b693a
commit
d68ac6371e
|
@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Default width of Jupyter console size is increased to 115
|
- Default width of Jupyter console size is increased to 115
|
||||||
- Optimized Segment.divide
|
- Optimized Segment.divide
|
||||||
|
- `Style.__add__` will no longer return `NotImplemented`
|
||||||
|
- Remove rich.\_lru_cache
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -29,11 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Fixed hash issue in Styles class https://github.com/Textualize/rich/pull/2346
|
- Fixed hash issue in Styles class https://github.com/Textualize/rich/pull/2346
|
||||||
- Fixed bug in `Segment.split_and_crop_lines`
|
- Fixed bug in `Segment.split_and_crop_lines`
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- `Style.__add__` will no longer return `NotImplemented`
|
|
||||||
- Remove rich.\_lru_cache
|
|
||||||
|
|
||||||
## [12.4.4] - 2022-05-24
|
## [12.4.4] - 2022-05-24
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
Loading…
Reference in New Issue