diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:26:18 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:26:18 -0700 |
commit | 677166b4411e86029226f3d093701fb3b999a082 (patch) | |
tree | 033ed8fe463118f196274265febf9ecb3919277d /sites/www | |
parent | c5f6a8f174d0c465d489551c0c82c6c0489c37bb (diff) | |
parent | 57201d2de9cd4080480cfed2fe2572fa1c908acb (diff) |
Merge branch '2.4'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 95940c8b..53a484b9 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :support:`1262 backported` Add ``*.pub`` files to the MANIFEST so distributed + source packages contain some necessary test assets. Credit: Alexander + Kapshuna. * :feature:`1212` Updated `SSHConfig.lookup <paramiko.config.SSHConfig.lookup>` so it returns a new, type-casting-friendly dict subclass (`~paramiko.config.SSHConfigDict`) in lieu of dict literals. This ought to be @@ -18,7 +21,6 @@ Changelog ``setup.py`` and its imports in the GSSAPI code made optional. Credit to ``@stevenwinfield`` for highlighting the outdated install docs. - * :release:`2.4.1 <2018-03-12>` * :release:`2.3.2 <2018-03-12>` * :release:`2.2.3 <2018-03-12>` |