Changelog re #80, fixes #80

This commit is contained in:
Jeff Forcier 2012-11-29 08:55:43 -08:00
parent b9c39fc1d2
commit f6ed6a8bbf
1 changed files with 3 additions and 0 deletions

3
NEWS
View File

@ -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)
---------------------