From c6b71436ba376aa0f6fb22fecd73919aac74a1a9 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 9 Mar 2010 18:02:12 -0800 Subject: [PATCH] Oops didn't read the log thoroughly, more NEWS --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b2841b9..61cab49 100644 --- a/NEWS +++ b/NEWS @@ -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