Skip to content

Commit

Permalink
Changelog re #1749
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 24, 2018
1 parent 5dfbf7a commit abb6909
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sites/www/changelog.rst
Expand Up @@ -5,6 +5,12 @@ Changelog
.. note::
Looking for the Fabric 1.x changelog? See :doc:`/changelog-v1`.

- :bug:`1749` Improve detection of
`~fabric.transfer.Transfer.put`/`~fabric.transfer.Transfer.get` argument
handling re: directory paths on the receiving end; previously, calls like
``c.put("file.txt", "/some/directory/")`` weren't correctly constructing a
full file path, typically triggering ``IOError``. Thanks to Peter Uhnak for
the report.
- :bug:`1762` Fix problem where lower configuration levels' setting of
``connect_kwargs.key_filename`` were being overwritten by the CLI
``--identity`` flag's value...even when that value was the empty list.
Expand Down

0 comments on commit abb6909

Please sign in to comment.