diff options
author | vlakoff <vlakoff@gmail.com> | 2012-09-17 14:45:21 +0200 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2012-09-17 14:45:21 +0200 |
commit | 035f499a59f9a226fa1223387074ef4e28abd4bb (patch) | |
tree | b470d7e380d6038ca110a54b12ce46d8c447d9ee | |
parent | 530b946191c68886b6e156004742e785bfeef8cc (diff) |
Changelog: add entry for the change in "auto" method of redirect()
-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 f7dfc84ac..ed1b33835 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -67,6 +67,7 @@ Release Date: Not Released - ``anchor_popup()`` will now fill the "href" attribute with the URL and its JS code will return false instead. - Added JS window name support to ``anchor_popup()`` function. - Added support (auto-detection) for HTTP/1.1 response code 303 in ``redirect()``. + - "auto" method in ``redirect()`` now chooses the "refresh" method only on IIS servers, instead of all servers on Windows. - 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. |