File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Fixed ` Table ` rendering of box elements so "footer" elements truly appear at bottom of table, "mid" elements in main table body.
14
14
- Fixed styles in Panel when Text objects are used for title https://github.com/Textualize/rich/pull/3401
15
15
- 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
16
18
17
19
### Changed
18
20
@@ -24,8 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
26
### Fixed
25
27
26
28
- 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
29
29
30
30
## [ 13.7.0] - 2023-11-15
31
31
You can’t perform that action at this time.
0 commit comments