diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:02:33 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-24 19:02:33 -0700 |
commit | 06ef0e97eaa9767c2a799d231ae28c1c86418a7d (patch) | |
tree | 13da2622fff96d8b45b12cde44e15de2ba25dbac /sites | |
parent | 76a14eddc6796c264d45d8069c8f02345a855624 (diff) |
Changelog closes #729
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index feef1c9b..b9d8b28e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :support:`729 backported` Clean up ``setup.py`` to always use ``setuptools``, + not doing so was a historical artifact from bygone days. Thanks to Alex + Gaynor. * :support:`621 backported` Annotate some public attributes on `~paramiko.channel.Channel` such as ``.closed``. Thanks to Sergey Vasilyev for the report. |