diff options
author | Tomaz Muraus <tomaz@tomaz.me> | 2012-09-12 11:48:24 -0700 |
---|---|---|
committer | Tomaz Muraus <tomaz@tomaz.me> | 2012-09-12 11:48:24 -0700 |
commit | 162ee4cfd682881f8c3f695822d1e17009fdddc1 (patch) | |
tree | 5b0bf34ad033d7892117225bd42083285afc4fd2 /docs/source | |
parent | 0943f7b5c3769bffd66532527ae7e12ec5f51b63 (diff) | |
download | cliff-162ee4cfd682881f8c3f695822d1e17009fdddc1.tar.gz |
Update history file.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/history.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/history.rst b/docs/source/history.rst index d40f270..eaaa26b 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,13 @@ Release History ================= +in development + + - Allow user to pass ``argparse_kwargs`` argument to the + ``build_option_parser`` method. This argument can contain extra + keyword argument which get passed to the ``ArgumentParser`` constructor. + (contributed by Tomaz Muraus) + 1.2.1 - Fix problem with documentation packaging. |