diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2022-07-13 11:25:48 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2022-07-13 11:29:10 -0400 |
commit | 813ea195b6bd7f1b75002ae6e122cb2a72e56ad1 (patch) | |
tree | f3b9e3e2774bcf747aeaf8ddd87a0315613e87c9 | |
parent | a3c10b690e7a9cf7ff131da3e4b47d3f95638248 (diff) | |
download | cmd2-git-813ea195b6bd7f1b75002ae6e122cb2a72e56ad1.tar.gz |
Updated CHANGELOG for 2.4.2 release.
Fixed github image URLs in README so they link to the raw data. This fixes issue where the README did not display correctly on pypi.org.
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rwxr-xr-x | README.md | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea2fc3d..b972fc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.4.2 (July 13, 2022) +* Enhancements + * Updated argparse decorator to remove annotations when the docstring is used for a command's help text. + * Updated unit test to be Python 3.11 compliant. + ## 2.4.1 (April 13, 2022) * Bug Fixes * Fixed value for `ansi.Bg.YELLOW`. @@ -16,7 +16,7 @@ <a href="#version-two-notes">Version 2.0 Notes</a> </p> -[](https://youtu.be/DDU_JH6cFsA) +[](https://youtu.be/DDU_JH6cFsA) cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line @@ -28,7 +28,7 @@ when using cmd. The developers toolbox ---------------------- - + When creating solutions developers have no shortage of tools to create rich and smart user interfaces. |