From 8d3d119be80e5ae3c09be5b59bdc45d49c02d594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Sun, 24 Nov 2013 10:37:45 +0100 Subject: [PATCH] Refs #43 - Updated CHANGELOG. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 35cb1e5..201dbb0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,11 @@ future releases, check `milestones`_ and :doc:`/about/vision`. 1.4 (unreleased) ---------------- +Bugfixes. + +- Bugfix #43 - ``ObjectDownloadView`` returns HTTP 404 if model instance's file + field is empty (was HTTP 500). + - Bugfix #7 - Special characters in file names (``Content-Disposition`` header) are urlencoded. An US-ASCII fallback is also provided.