diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-02-27 15:56:09 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-02-27 15:56:09 -0800 |
commit | 8e697988af494f4cd499911c9a15ee25d6e2a492 (patch) | |
tree | 77ab569733b4f492b7d54127caf81a5caccf87ec /NEWS | |
parent | a69abd46067743c965c4eb687fc2b4a52f9b57b5 (diff) |
Changelog + docs re #127
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ Releases v1.10.0 (DD MM YYYY) -------------------- +* #127: Turn `SFTPFile` into a context manager. Thanks to Michael Williamson +* for the patch. * #116: Limit `Message.get_bytes` to an upper bound of 1MB to protect against potential DoS vectors. Thanks to `@mvschaik` for catch & patch. * #115: Add convenience `get_pty` kwarg to `Client.exec_command` so users not |