Skip to content

Commit

Permalink
Add changelog entry for rich-exception traceback changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 7, 2024
1 parent 1ab4850 commit 308640b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

- Exception objects that are `RichRenderable` are rendered, instead of using the class name and string representation https://github.com/Textualize/rich/pull/3325

## [13.7.1] - 2023-02-28

### Fixed
Expand Down Expand Up @@ -69,7 +75,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Text.tab_size now defaults to `None` to indicate that Console.tab_size should be used.


## [13.4.2] - 2023-06-12

### Changed
Expand Down Expand Up @@ -145,7 +150,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added `encoding` parameter in `Theme.read`


## [13.2.0] - 2023-01-19

### Changed
Expand Down Expand Up @@ -196,7 +200,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add type annotation for key_separator of pretty.Node https://github.com/Textualize/rich/issues/2625


## [12.6.0] - 2022-10-02

### Added
Expand All @@ -216,7 +219,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix missing `mode` property on file wrapper breaking uploads via `requests` https://github.com/Textualize/rich/pull/2495
- Fix mismatching default value of parameter `ensure_ascii` https://github.com/Textualize/rich/pull/2538
- Remove unused height parameter in `Layout` class https://github.com/Textualize/rich/pull/2540
- Fixed exception in Syntax.__rich_measure__ for empty files
- Fixed exception in Syntax.**rich_measure** for empty files

### Changed

Expand Down

0 comments on commit 308640b

Please sign in to comment.