summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-09-13 10:50:02 -0600
committerTim Harder <radhermit@gmail.com>2019-09-13 10:50:35 -0600
commit046adab4fe54a82793cba14eb9544a84efd77d3c (patch)
tree5d833195d3631a1b5dd79c09eb45adb0f8325dd5
parentcontexts: patch: add support for modifying attrs from object instances (diff)
downloadsnakeoil-046adab4fe54a82793cba14eb9544a84efd77d3c.tar.gz
snakeoil-046adab4fe54a82793cba14eb9544a84efd77d3c.tar.bz2
snakeoil-046adab4fe54a82793cba14eb9544a84efd77d3c.zip
update newsv0.8.3
-rw-r--r--NEWS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 4eed8c8..f02e3d3 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -2,6 +2,15 @@
Release Notes
=============
+snakeoil 0.8.3 (2019-09-13)
+---------------------------
+
+- contexts: Support modifying attributes from object instances with patch().
+
+- Fix pickling various objects for pkgcore/pkgcheck parallelization work.
+
+- strings: Add doc_dedent() for properly dedenting docstrings.
+
snakeoil 0.8.2 (2019-08-30)
---------------------------