Oops didn't read the log thoroughly, more NEWS

This commit is contained in:
Ryan Williams
2010-03-09 18:02:12 -08:00
parent c38340251c
commit c6b71436ba

5
NEWS
View File

@@ -1,8 +1,9 @@
0.9.7
=====
* GreenPipe is now a context manager
* GreenPipe is now a context manager (thanks, quad)
* tpool.Proxy supports iterators properly
* bug fixes in eventlet.green.os
* bug fixes in eventlet.green.os (thanks, Benoit)
* much code cleanup from Tavis
* a few more example apps
* multitudinous improvements in Py3k compatibility from amajorek