aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-11-09 02:09:52 -0500
committerTim Harder <radhermit@gmail.com>2015-11-09 02:09:52 -0500
commit86603b9caf66a8cd9a741e4f0f1c5042a98db557 (patch)
tree38e94ee49556b9f1525e15c1c3a53b680a9d3cad /NEWS.rst
parentremove landscape.io config file (diff)
downloadsnakeoil-86603b9caf66a8cd9a741e4f0f1c5042a98db557.tar.gz
snakeoil-86603b9caf66a8cd9a741e4f0f1c5042a98db557.tar.bz2
snakeoil-86603b9caf66a8cd9a741e4f0f1c5042a98db557.zip
update news
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 9e4f2031..af619fa3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -5,6 +5,9 @@ Release Notes
snakeoil 0.6.6 (2015-0?-??)
---------------------------
+- snakeoil.formatters: Don't force colored output if the terminal doesn't
+ support it.
+
- 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
@@ -16,9 +19,10 @@ snakeoil 0.6.6 (2015-0?-??)
- 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.klass: Add patch decorator method for simplified monkeypatching.
-- snakeoil.contextlib has been moved to snakeoil.context.
+- snakeoil.contextlib has been moved to snakeoil.context to avoid any potential
+ namespace issues from contextlib in the stdlib.
snakeoil 0.6.5 (2015-08-10)
---------------------------