summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/news.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/news.rst b/docs/news.rst
index db94142..c5533e5 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -3,8 +3,10 @@ Release Notes
**UNRELEASED**
-- Fix exception with setuptools/pkg_resources versions older than 18.8.
-- Fix support for Python 2.7: `hashlib.algorithms_available` was only added in 2.7.9.
+- Fixed ``AttributeError: 'Requirement' object has no attribute 'url'`` on
+ setuptools/pkg_resources versions older than 18.8 (PR by Benoit Pierre)
+- Fixed ``AttributeError: 'module' object has no attribute
+ 'algorithms_available'`` on Python < 2.7.9 (PR by Benoit Pierre)
**0.32.0**