aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-08-22 02:41:09 -0400
committerTim Harder <radhermit@gmail.com>2015-08-22 02:41:09 -0400
commite7c9a28381568fdd4cde3e38c4b5a611244a234a (patch)
tree54844566a267ebc510187b68b362acb780605df0 /NEWS.rst
parenttest: add initial tests for snakeoil.process.is_running (diff)
downloadsnakeoil-e7c9a28381568fdd4cde3e38c4b5a611244a234a.tar.gz
snakeoil-e7c9a28381568fdd4cde3e38c4b5a611244a234a.tar.bz2
snakeoil-e7c9a28381568fdd4cde3e38c4b5a611244a234a.zip
update news
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 73cb741..8dfd38f 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,22 @@
Release Notes
=============
+snakeoil 0.6.6 (2015-0?-??)
+---------------------------
+
+- Add support for adding extended docs to argparse arguments via the 'docs'
+ kwarg. This allows for adding extended content meant for man pages directly
+ to the arguments in scripts. To enable support, all that must be done is
+ importing snakeoil.cli which will monkeypatch add_argument() from argparse to
+ ignore 'docs' kwargs by default. The extended content can be pulled at
+ certain times such as during doc generation by setting a flag, see
+ snakeoil.dist.generate_man_rsts for example usage.
+
+- snakeoil.dist.distutils_extensions: Drop get_number_of_processors() since
+ multiprocessing.cpu_count is used instead.
+
+- snakeoil.klass: add patch decorator for simple monkeypatching
+
snakeoil 0.6.5 (2015-08-10)
---------------------------