diff options
author | nihaopaul <nihaopaul@gmail.com> | 2012-03-12 09:46:58 +0100 |
---|---|---|
committer | nihaopaul <nihaopaul@gmail.com> | 2012-03-12 09:46:58 +0100 |
commit | 0ba29f5aa019b9c4a002fbecacf6ed33f3b68a3d (patch) | |
tree | 5eb2db9a0f35f400004dcd528cc65fea6842a25a /user_guide_src/source/changelog.rst | |
parent | 3d933b6fad72d4b92f18187dd57f1d3c35f8936a (diff) |
form_dropdown() will now also take an array for unity with other form helpers.
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 139899af0..f462e1b11 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -44,6 +44,7 @@ Release Date: Not Released - 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. + - form_dropdown() will now also take an array for unity with other form helpers. - Database |