summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-10 20:02:04 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-10 20:02:04 -0500
commit73e7b149a34722504281d48bdb252e477625d4d0 (patch)
tree684cdc7a22290d4595d5a25caae0f433b89ba0e3
parent17d662b8a05febeda1320ea259a49d920350dad5 (diff)
downloadcmd2-git-73e7b149a34722504281d48bdb252e477625d4d0.tar.gz
Updated CHANGELOG to reflect the argparse changes
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7a9d49d4..76142feb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
## 0.8.0 (TBD, 2018)
* Bug Fixes
* Fixed unit tests on Python 3.7 due to changes in how re.escape() behaves in Python 3.7
+* Enhancements
+ * Added new **with_argument_parser** decorator for argparse-based argument parsing of command arguments
+ * This replaces the old **options** decorator for optparse-based argument parsing
+ * The old decorator is still present for now, but should be considered *deprecated* and will eventually be removed
+ * See the **Argument Processing** section of the documentation for more information
+ * Alternatively, see the **argparse_example.py** example
## 0.7.9 (January 4, 2018)