From 4be341be4fb889a09391a9fd6657e86e779acdce Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 12 May 2011 02:35:07 -0400 Subject: [PATCH] history: unicode+csv support refs #7 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 3bde64a..1724339 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,7 @@ History +++++ * `seperators` renamed to `separators` +* Full unicode CSV support 0.9.5 (2011-03-24)