From 59bf9a5367419ea7df291750312746203c36614e Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sat, 30 May 2020 11:44:34 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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