diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-03-01 18:43:14 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-03-01 18:43:14 -0500 |
commit | 59739aa5b6f253814fb019a9e777056a6efb61ca (patch) | |
tree | 73d340c444ad3a03838ca372cc61654c3eb27473 | |
parent | cc38f5d348e9fb566565938acb2352174efbd313 (diff) | |
download | cmd2-git-59739aa5b6f253814fb019a9e777056a6efb61ca.tar.gz |
Added info to changelog in preparation for 1.0.0 release1.0.0
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cdc1795..c378f893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.0 (March 1, 2020) +* Enhancements + * The documentation at [cmd2.rftd.io](https://cmd2.readthedocs.io) received a major overhaul +* Other + * Moved [categorize](https://cmd2.readthedocs.io/en/latest/api/utils.html#miscellaneous) utility function from **decorators** module to **utils** module +* Notes + * Now that the 1.0 release is out, `cmd2` intends to follow [Semantic Versioning](https://semver.org) + ## 0.10.1 (February 19, 2020) * Bug Fixes * Corrected issue where the actual new value was not always being printed in do_set. This occurred in cases where |