Updated NEWS

This commit is contained in:
Jason R. Coombs 2012-12-02 06:52:37 -05:00
parent 7bde7840dd
commit ce86a53a37
1 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -26,6 +26,10 @@ v1.10.0 (DD MM YYYY)
* #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.
* #100: Remove use of PyWin32 in `win_pageant` module. Module was already
dependent on ctypes for constructing appropriate structures and had ctypes
implementations of all functionality. Thanks to Jason R. Coombs for the
patch.
v1.9.0 (6th Nov 2012)
---------------------