diff options
author | Tim Harder <radhermit@gmail.com> | 2019-11-30 14:04:14 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2019-11-30 14:33:11 -0700 |
commit | 24295e25accb8b461cf13565075c2a685e2bf8f9 (patch) | |
tree | 28fa7b8d25bb137a5c5196920a92f26dc541010f | |
parent | travis-ci: install test deps for cibuildwheel testing (diff) | |
download | snakeoil-0.8.4.tar.gz snakeoil-0.8.4.tar.bz2 snakeoil-0.8.4.zip |
update newsv0.8.4
-rw-r--r-- | NEWS.rst | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2,6 +2,21 @@ Release Notes ============= +snakeoil 0.8.4 (2019-11-30) +--------------------------- + +- snakeoil.cli.arghparse: Drop default subparser support. + +- snakeoil.cli.arghparse: Run multiple registered final check functions, + previously only the last registered function would be run. + +- snakeoil.cli.arghparse: Add positive_int and bounded_int argparse types. + +- snakeoil.cli.arghparse: Add bind_pre_parse() to support running a decorated + function for pre-parsing parser manipulation purposes. + +- Add py3.8 support. + snakeoil 0.8.3 (2019-09-13) --------------------------- |