Refs #43 - Updated CHANGELOG.

This commit is contained in:
Benoît Bryon 2013-11-24 10:37:45 +01:00
parent 567cf591b9
commit 8d3d119be8

View file

@ -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.