summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2012-11-29 08:55:43 -0800
committerJeff Forcier <jeff@bitprophet.org>2012-11-29 08:55:43 -0800
commitf6ed6a8bbff9aabc58176b04e61c84b0509ecb7b (patch)
tree1541f2dba59f418f4acdfe7f5bcf79197cd48d09 /NEWS
parentb9c39fc1d2d634967b125f776347b422e7a96ab4 (diff)
downloadparamiko-f6ed6a8bbff9aabc58176b04e61c84b0509ecb7b.tar.gz
Changelog re #80, fixes #80
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2dba8e0e..1a6427a1 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,9 @@ v1.10.0 (DD MM YYYY)
for the patch.
* #94: Remove duplication of SSH port constant. Thanks to Olle Lundberg for the
catch.
+* #80: Expose the internal "is closed" property of the file transfer class
+ `BufferedFile` as `.closed`, better conforming to Python's file interface.
+ Thanks to `@smunaut` and James Hiscock for catch & patch.
v1.9.0 (6th Nov 2012)
---------------------