summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-05 19:43:58 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-05 19:43:58 -0700
commit9f25a600f1d568be6764ae94717883f5c3ebf6e4 (patch)
tree498b20b4c6e6ba6eb4e3f7b2181598eb88fa66aa /sites/www
parent084f480e1810ad0aa36195b32e77345a5fbf0916 (diff)
Add a note about new Python-level deps to changelog re: Ed25519 support
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index a4883c23..70126c27 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -9,6 +9,12 @@ Changelog
patch.
* :feature:`325` (via :issue:`972`) Add Ed25519 support, for both host keys
and user authentication. Big thanks to Alex Gaynor for the patch.
+
+ .. note::
+ This change adds the ``bcrypt`` and ``pynacl`` Python libraries as
+ dependencies. No C-level dependencies beyond those previously required (for
+ Cryptography) have been added.
+
* :support:`974 backported` Overhaul the codebase to be PEP-8, etc, compliant
(i.e. passes the maintainer's preferred `flake8 <http://flake8.pycqa.org/>`_
configuration) and add a ``flake8`` step to the Travis config. Big thanks to