summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2019-12-03 17:47:58 -0500
committerJeff Forcier <jeff@bitprophet.org>2019-12-03 17:48:17 -0500
commit0069e9c600940c12d678ef2b53c513830a415bd0 (patch)
treea8d9d0e333d83ebaee88b2fd804136fd40c50218
parentb975e5fc1176111c0378d7ab758af92674a13a9f (diff)
downloadparamiko-0069e9c600940c12d678ef2b53c513830a415bd0.tar.gz
Missed a spot in changelog when renaming the 'everything' extras_require flavor
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index f082cc41..e86dcd3b 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -34,7 +34,7 @@ Changelog
subprocesses.
- :support:`-` Additional :doc:`installation </installing>` ``extras_require``
- "flavors" (``ed25519``, ``invoke``, and ``everything``) have been added to
+ "flavors" (``ed25519``, ``invoke``, and ``all``) have been added to
our packaging metadata; see the install docs for details.
- :bug:`- major` Paramiko's use of ``subprocess`` for ``ProxyCommand`` support
is conditionally imported to prevent issues on limited interpreter platforms