fix changelog

This commit is contained in:
Will McGugan 2022-07-11 14:56:01 +01:00
parent 2a0d7b693a
commit d68ac6371e
1 changed files with 2 additions and 5 deletions

View File

@ -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