summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-02-03 12:54:53 -0800
committerJeff Forcier <jeff@bitprophet.org>2013-02-03 12:54:53 -0800
commite761502e8ec5958c27228006314e423057ff8c9d (patch)
treeda467cb60254a4fa628eb55840c19f8575bcca4b /NEWS
parent6b5d7483583627ae5cceee2a59c9c23b78ed0a0b (diff)
Add changelog entry re #115
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1cfaa7e7..0fe99f5a 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ Releases
v1.10.0 (DD MM YYYY)
--------------------
+* #115: Add convenience `get_pty` kwarg to `Client.exec_command` so users not
+ manually controlling a channel object can still toggle PTY creation. Thanks
+ to Michael van der Kolff for the patch.
* #71: Add `SFTPClient.putfo` and `.getfo` methods to allow direct
uploading/downloading of file-like objects. Thanks to Eric Buehl for the
patch.