From dd0c3aae923e99809f7dce931b597f42619c3548 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 25 Apr 2014 14:53:48 +0100 Subject: [PATCH] add changelog note re Python 2.6 compatibility --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cb22bcbb4a..7f9a4ac2db 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,7 @@ Changelog * Made JPEG compression level configurable through the IMAGE_COMPRESSION_QUALITY setting, and increased default to 85 * Added document_served signal which gets fired when a document is downloaded * Added translation for Portuguese Brazil + * Made compatible with Python 2.6 * Fix: non-ASCII characters in image filenames are now converted into ASCII equivalents rather than becoming all underscores * Fix: paths to fonts and images within CSS are no longer hard-coded to /static/ * Fix: Localization files for the JQuery UI datepicker are stored locally and only imported when a localization is known to be available