From c9b8750597ded352b367e9d308387b007c92ea50 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 14 Feb 2011 12:24:03 -0500 Subject: [PATCH] Upated history --- HISTORY.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index d3e62326..6f15dc91 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,9 @@ History 0.2.2 (2011-02-14) ++++++++++++++++++ * Still handles request in the event of an HTTPError. (Issue #2) -* Cookie Support? (Issue #1) +* Eventlet and Gevent Monkeypatch support. +* Cookie Support (Issue #1) + 0.2.1 (2011-02-14)