diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 11:15:34 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 11:15:34 -0700 |
commit | 120071283d5490f1f942be764c1284b93cddcf0c (patch) | |
tree | a84fd6914c4dfac105f320713ee65da733f588a9 /sites | |
parent | 8463053fa5602efeeffe4ef205bbd5f9ab3da50f (diff) |
Fix accidental Markdown formatting miss for an older entry
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index c9c14492..5cd718eb 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -46,10 +46,10 @@ Changelog * :release:`1.12.0 <2013-09-27>` * :release:`1.11.2 <2013-09-27>` * :release:`1.10.4 <2013-09-27>` -* :feature:`152` Add tentative support for ECDSA keys. *This adds the ecdsa - module as a new dependency of Paramiko.* The module is available at - [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and - [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa). +* :feature:`152` Add tentative support for ECDSA keys. **This adds the ecdsa + module as a new dependency of Paramiko.** The module is available at + `warner/python-ecdsa on Github <https://github.com/warner/python-ecdsa>`_ and + `ecdsa on PyPI <https://pypi.python.org/pypi/ecdsa>`_. * Note that you might still run into problems with key negotiation -- Paramiko picks the first key that the server offers, which might not be |