From 0ad71461348fa35021eca663eda88b18ab2563cb Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 22 Apr 2020 23:46:27 -0400 Subject: Added table creation feature to change log --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b88d03..23596a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ * Starting `ipy` when `Cmd.in_pyscript()` is already True is not allowed. * `with_argument_list`, `with_argparser`, and `with_argparser_and_unknown_args` wrappers now pass `kwargs` through to their wrapped command function. + * Added `table_creator` module for creating richly formatted tables. This module is in beta and subject + to change. + * See [table_creation](https://cmd2.readthedocs.io/en/latest/features/table_creation.html) + documentation for an overview. + * See [table_creation.py](https://github.com/python-cmd2/cmd2/blob/master/examples/table_creation.py) + for an example. ## 1.0.2 (April 06, 2020) * Bug Fixes -- cgit v1.2.1