Skip to content

Commit b2fa5f1

Browse files
committed
changelog
1 parent 7601290 commit b2fa5f1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Reversed `pre` and `code` tags in base HTML format https://github.com/Textualize/rich/pull/2642
1313
- Improved detection of `attrs` library, that isn't confused by the presence of the `attr` library.
14+
- Fixed issue with `locals_max_length` parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649
15+
- Handling of broken `fileno` made more robust. Fixes https://github.com/Textualize/rich/issues/2645
16+
- Fixed missing `fileno` on FileProxy
1417

1518
### Changed
1619

1720
- Bumped minimum Python version to 3.7 https://github.com/Textualize/rich/pull/2567
1821
- Pretty-printing of "tagged" `__repr__` results is now greedy when matching tags https://github.com/Textualize/rich/pull/2565
1922
- `progress.track` now supports deriving total from `__length_hint__`
2023

21-
### Fixed
22-
23-
- Fixed issue with `locals_max_length` parameter not being respected in Traceback https://github.com/Textualize/rich/issues/2649
24-
- Handling of broken `fileno` made more robust. Fixes https://github.com/Textualize/rich/issues/2645
25-
- Fixed missing `fileno` on FileProxy
26-
2724
### Added
2825

2926
- Add type annotation for key_separator of pretty.Node https://github.com/Textualize/rich/issues/2625
@@ -1857,7 +1854,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr
18571854

18581855
- First official release, API still to be stabilized
18591856

1860-
[12.6.0]: https://github.com/textualize/rich/compare/v12.5.2...HEAD
1857+
[13.0.0]: https://github.com/textualize/rich/compare/v12.6.0...HEAD
1858+
[12.6.0]: https://github.com/textualize/rich/compare/v12.5.2...v12.6.0
18611859
[12.5.2]: https://github.com/textualize/rich/compare/v12.5.1...v12.5.2
18621860
[12.5.1]: https://github.com/textualize/rich/compare/v12.5.0...v12.5.1
18631861
[12.5.0]: https://github.com/textualize/rich/compare/v12.4.4...v12.5.0

0 commit comments

Comments
 (0)