diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-14 09:12:36 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-14 09:12:36 +0100 |
commit | 3f103aaf1e182115a517117dfe44af2702667620 (patch) | |
tree | f207ef14a845bb4d8c31371c65839ea1ecf4263a /user_guide_src/source/changelog.rst | |
parent | 76062078b4f71740182eda6af9bd0d800111fedc (diff) | |
parent | f2915f2787170d681a50db39a6650f48eefc8d7b (diff) |
Merge pull request #1175 from toopay/path_helper
Path helper improvement
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index f9e742264..e679d4a40 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -45,6 +45,7 @@ Release Date: Not Released - 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. - form_dropdown() will now also take an array for unity with other form helpers. + - set_realpath() can now also handle file paths as opposed to just directories. - Database |