diff --git a/CHANGELOG.md b/CHANGELOG.md index ca48bd07..5ac2502d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.0] Unreleased +### Added + +- Added rich.get_console() function to get global console instance. + ### Changed - Updated `markdown.Heading.create()` to work with subclassing. - Console now transparently works with Jupyter +### Fixed + +- Fixed issue with broken table with show_edge=False and a non-None box arg + ## [1.2.3] - 2020-05-24 ### Added