Skip to content

Commit 73e7b14

Browse files
committed
Updated CHANGELOG to reflect the argparse changes
1 parent 17d662b commit 73e7b14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
## 0.8.0 (TBD, 2018)
22
* Bug Fixes
33
* Fixed unit tests on Python 3.7 due to changes in how re.escape() behaves in Python 3.7
4+
* Enhancements
5+
* Added new **with_argument_parser** decorator for argparse-based argument parsing of command arguments
6+
* This replaces the old **options** decorator for optparse-based argument parsing
7+
* The old decorator is still present for now, but should be considered *deprecated* and will eventually be removed
8+
* See the **Argument Processing** section of the documentation for more information
9+
* Alternatively, see the **argparse_example.py** example
410

511
## 0.7.9 (January 4, 2018)
612

0 commit comments

Comments
 (0)