diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-22 23:46:27 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-04-22 23:46:27 -0400 |
commit | 0ad71461348fa35021eca663eda88b18ab2563cb (patch) | |
tree | 6de53ed49b42e60d4ea0c516b94106086a614981 /CHANGELOG.md | |
parent | 8bb383b90df391b2a820adbf27aa47e0915679d3 (diff) | |
download | cmd2-git-0ad71461348fa35021eca663eda88b18ab2563cb.tar.gz |
Added table creation feature to change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 |