From f6ed6a8bbff9aabc58176b04e61c84b0509ecb7b Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 29 Nov 2012 08:55:43 -0800 Subject: [PATCH] Changelog re #80, fixes #80 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 2dba8e0..1a6427a 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) ---------------------