summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Muraus <tomaz@tomaz.me>2012-09-12 11:48:24 -0700
committerTomaz Muraus <tomaz@tomaz.me>2012-09-12 11:48:24 -0700
commit162ee4cfd682881f8c3f695822d1e17009fdddc1 (patch)
tree5b0bf34ad033d7892117225bd42083285afc4fd2
parent0943f7b5c3769bffd66532527ae7e12ec5f51b63 (diff)
downloadcliff-162ee4cfd682881f8c3f695822d1e17009fdddc1.tar.gz
Update history file.
-rw-r--r--docs/source/history.rst7
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.