Skip to content

Commit 2cfdd4d

Browse files
committed
changelog
1 parent f031136 commit 2cfdd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Fixed `Table` rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body.
1414
- Fixed styles in Panel when Text objects are used for title https://github.com/Textualize/rich/pull/3401
1515
- Fix pretty repr for `collections.deque` https://github.com/Textualize/rich/pull/2864
16+
- Thread used in progress.track will exit if an exception occurs in a generator https://github.com/Textualize/rich/pull/3402
17+
- Progress track thread is now a daemon thread https://github.com/Textualize/rich/pull/3402
1618

1719
### Changed
1820

@@ -24,8 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2426
### Fixed
2527

2628
- Updated the widths of some characters https://github.com/Textualize/rich/pull/3289
27-
- Thread used in progress.track will exit if an exception occurs in a generator
28-
- Progress track thread is now a daemon thread
2929

3030
## [13.7.0] - 2023-11-15
3131

0 commit comments

Comments
 (0)