diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-27 00:07:56 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-27 00:07:56 +0200 |
commit | 2fce2a95e99c91c57f7d15b5e441b2cf89193da3 (patch) | |
tree | 0b5a25e0a757ab23dca5bae7884eaeec1c149ecf /user_guide_src/source/changelog.rst | |
parent | e01db4bfe805f9c9293609089381aaa0cb7afab4 (diff) |
URL Helper redirect() to utilize HTTP/1.1 response code 303 See Other
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 27381b49a..17fb6472a 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -57,6 +57,7 @@ Release Date: Not Released - ``url_title()`` will now trim extra dashes from beginning and end. - ``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()``. - 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. |