diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 16:13:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 16:13:40 -0400 |
commit | a3104077dddc72c3b34ba83c46edded1ebd99d3c (patch) | |
tree | a9dc7bd29b6c11035beef57267e9a32ecb82fbde | |
parent | c69005949c3e875534cf1b1c662b09bb2aec4f73 (diff) | |
download | external_python_setuptools-a3104077dddc72c3b34ba83c46edded1ebd99d3c.tar.gz external_python_setuptools-a3104077dddc72c3b34ba83c46edded1ebd99d3c.tar.bz2 external_python_setuptools-a3104077dddc72c3b34ba83c46edded1ebd99d3c.zip |
Update changelog. Ref #762.
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 69f966d7..5521c72f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,9 @@ v28.4.0 the functionality directly from ``distutils.command.sdist`` for the ``add_defaults`` method with strategic overrides. See #750 for rationale. +* #760 via #762: Look for certificate bundle where SUSE + Linux typically presents it. Use ``certifi.where()`` to locate + the bundle. v28.3.0 ------- |