added render_group(fit=True) change to changelog

This commit is contained in:
Matthew Barber 2020-10-16 10:19:58 +01:00
parent c3f29f674c
commit 5ebcf9b309
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Dropped box.get_safe_box function in favor of Box.substitute
- Changed default padding in Panel from 0 to (0, 1) https://github.com/willmcgugan/rich/issues/385
- Table with row_styles will extend background color between cells if the box has no vertical dividerhttps://github.com/willmcgugan/rich/issues/383
- Changed default of fit kwarg in render_group() from False to True
### Fixed