aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-12-20 15:36:16 -0700
committerTim Harder <radhermit@gmail.com>2019-12-20 15:36:16 -0700
commitf59ee7e80d17a2cceeaff72d364850ada09ad8c3 (patch)
tree988c92f2ee7bb711a76666ad7f88c0d73572ed0e /NEWS.rst
parentbash: iter_read_bash(): readlines() now defaults to utf8 so use it instead (diff)
downloadsnakeoil-f59ee7e80d17a2cceeaff72d364850ada09ad8c3.tar.gz
snakeoil-f59ee7e80d17a2cceeaff72d364850ada09ad8c3.tar.bz2
snakeoil-f59ee7e80d17a2cceeaff72d364850ada09ad8c3.zip
update newsv0.8.5
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 1bd8a3c..0593d59 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,14 @@
Release Notes
=============
+snakeoil 0.8.5 (2019-12-20)
+---------------------------
+
+- snakeoil.fileutils: Default to utf8 for readfile() and readlines().
+
+- snakeoil.cli.arghparse: Raise error for colliding disabled and enabled values
+ for arguments using the CommaSeparatedNegations action.
+
snakeoil 0.8.4 (2019-11-30)
---------------------------