From d09f1c9c7f510db68eaf01d0c70664dda99663d8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 16 Nov 2017 11:39:57 +0000 Subject: [PATCH] Correct spelling mistake. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ed1a33f..341d769 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -83,7 +83,7 @@ v2.59 (2006-06-09) * Added optional, configurable CSS styling to HTML mail. Set USE_CSS_STYLING=1 in your config.py to enable this. If you want to tweak the look, modify STYLE_SHEET. * Improved empty feed checking * Improved invalid feed messages - * Unfortunately, rss2email is no longer compatible with Python v2.1. Two of the most serious lingering issues with rss2email were waiting forever for non-responsive feeds and its inablility to properly handle feeds with international characters. To properly fix these once and for all, rss2email now depends on functionality that was not available until Python v2.2. Hopefully this does not unduly inconvenience anyone that has not yet upgraded to a more current version of Python. + * Unfortunately, rss2email is no longer compatible with Python v2.1. Two of the most serious lingering issues with rss2email were waiting forever for non-responsive feeds and its inability to properly handle feeds with international characters. To properly fix these once and for all, rss2email now depends on functionality that was not available until Python v2.2. Hopefully this does not unduly inconvenience anyone that has not yet upgraded to a more current version of Python. v2.58 (2006-05-11) * Total rewrite of email code that should fix encoding problems