Testing out intersphinx in changelog

This commit is contained in:
Jeff Forcier 2014-03-04 17:43:30 -08:00
parent 32975af9a6
commit 7a776b1757
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ Changelog
* :release:`1.11.4 <2014-02-14>` * :release:`1.11.4 <2014-02-14>`
* :release:`1.10.6 <2014-02-14>` * :release:`1.10.6 <2014-02-14>`
* :feature:`58` Allow client code to access the stored SSH server banner via * :feature:`58` Allow client code to access the stored SSH server banner via
``Transport.get_banner()``. Thanks to ``@Jhoanor`` for the patch. `Transport.get_banner <paramiko.transport.Transport.get_banner>`. Thanks to
``@Jhoanor`` for the patch.
* :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_) * :bug:`252` (`Fabric #1020 <https://github.com/fabric/fabric/issues/1020>`_)
Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang Enhanced the implementation of ``ProxyCommand`` to avoid a deadlock/hang
condition that frequently occurs at ``Transport`` shutdown time. Thanks to condition that frequently occurs at ``Transport`` shutdown time. Thanks to