Move changelog re #100 to new release chunk
This commit is contained in:
parent
0cc6bb970f
commit
d5db603297
11
NEWS
11
NEWS
|
@ -12,6 +12,13 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
|
||||||
Releases
|
Releases
|
||||||
========
|
========
|
||||||
|
|
||||||
|
v1.11.0 (DD MM YYYY)
|
||||||
|
--------------------
|
||||||
|
* #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.10.0 (1st Mar 2013)
|
v1.10.0 (1st Mar 2013)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -50,10 +57,6 @@ v1.10.0 (1st Mar 2013)
|
||||||
* #80: Expose the internal "is closed" property of the file transfer class
|
* #80: Expose the internal "is closed" property of the file transfer class
|
||||||
`BufferedFile` as `.closed`, better conforming to Python's file interface.
|
`BufferedFile` as `.closed`, better conforming to Python's file interface.
|
||||||
Thanks to `@smunaut` and James Hiscock for catch & patch.
|
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)
|
v1.9.0 (6th Nov 2012)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
Loading…
Reference in New Issue