diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-02-29 13:58:49 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-02-29 13:58:49 +0100 |
commit | b692ccb2414928913ebd713a094fc3150db07495 (patch) | |
tree | e0e01e1394809587d0ee1d432ec3ad71189fca84 /user_guide_src | |
parent | 002b4be248e448227a718e6f7d9ee39ccc575745 (diff) | |
parent | 5040607b4fe9599ddfc459999bba3db4efb03123 (diff) |
Merge pull request #1092 from narfbg/develop-force-download
Add an optional set_mime parameter to force_download()
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2777d6e0b..1297a166c 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -39,8 +39,8 @@ Release Date: Not Released - url_title() will now trim extra dashes from beginning and end. - Added XHTML Basic 1.1 doctype to :doc:`HTML Helper <helpers/html_helper>`. - Changed humanize to include a second param for the separator. - - Refactored ``plural()`` and ``singular()`` to avoid double pluralization and -support more words. + - 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). - Database |