From 19ac9b97162a248d52b34ca3dad24618230897c1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Oct 2010 15:51:05 -0400 Subject: [PATCH] Updated history for v0.8.4. --- HISTORY.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 350cb6f..b9a862d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,10 @@ History ======= +0.8.4 (2010-10-04) +------------------ + +* Upated XLS output: Only wrap if '\n' in cell. + 0.8.3 (2010-10-04) ------------------ @@ -10,9 +15,11 @@ History 0.8.2 (2010-10-04) ------------------ + * Added alignment wrapping to written cells. * Added separator support to XLS. + 0.8.1 (2010-09-28) ------------------ * Packaging Fix