summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-03-11 21:04:48 +0100
committerAndrey Andreev <narf@bofh.bg>2012-03-11 21:04:48 +0100
commitfce2ed6d1d3026c485e79ce5bf236effc67981be (patch)
tree2339d2cbd2274cfb5f5804fb242dd2e6516bf850 /user_guide_src
parentcbdec6a863eaebf4e3edf5bffc49853cc54c8e0a (diff)
Added an Android <= 2.1 specific check to force_download()
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 8579218b0..139899af0 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -43,6 +43,7 @@ Release Date: Not Released
- Changed humanize to include a second param for the separator.
- Refactored ``plural()`` and ``singular()`` to avoid double pluralization and support more words.
- Added an optional third parameter to ``force_download()`` that enables/disables sending the actual file MIME type in the Content-Type header (disabled by default).
+ - Added a work-around in force_download() for a bug Android <= 2.1, where the filename extension needs to be in uppercase.
- Database