diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-10-03 23:44:07 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2018-10-03 23:44:07 +0300 |
| commit | 68278649c3a2c892b46c10ceb0d0f99c8be7039b (patch) | |
| tree | ef5638f9fcb51e1fccc4b4c90a8393dc33f678dc /docs | |
| parent | 7b84207b4063e9c2bbe8f89c48958792e26bb2c7 (diff) | |
| download | wheel-git-68278649c3a2c892b46c10ceb0d0f99c8be7039b.tar.gz | |
Changed formatting and wording of the two latest news items
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.rst | 6 |
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** |
