summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-06-23 18:56:19 -0400
committerJeff Forcier <jeff@bitprophet.org>2019-06-23 18:56:19 -0400
commitccf48a12f35db3c4becbb4b2e695a445da983f24 (patch)
tree55d0ae16e51969fbf32705c1bdf66ef6aa6407b8
parentca304fef5ba3543323c294e5c85dec87bd17280e (diff)
downloadparamiko-ccf48a12f35db3c4becbb4b2e695a445da983f24.tar.gz
Mention new setuptools extras in changelog
-rw-r--r--sites/www/changelog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index daccc255..e664f7d4 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -35,6 +35,11 @@ Changelog
initial GSSAPI functionality) for review.
.. note::
+ This feature also adds ``setup.py`` 'extras' support for installing
+ Paramiko as ``paramiko[gssapi]``, which pulls in the optional
+ dependencies you had to get by hand previously.
+
+ .. note::
To be very clear, this patch **does not** remove support for the older
``python-gssapi`` library. We *may* remove that support in a later release,
but for now, either library will work. Please upgrade to ``gssapi`` when