summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-09-17 15:01:14 +0200
committerAndrey Andreev <narf@bofh.bg>2012-09-17 15:01:14 +0200
commitc2300c827f769ecde286419fcab29c4ec9698822 (patch)
treee072b0f40addee24b62f949988ac89f72adb1ac2 /user_guide_src/source/changelog.rst
parent4c81b72554f2dbac1159442965e7d0760b592e33 (diff)
parent035f499a59f9a226fa1223387074ef4e28abd4bb (diff)
Merge pull request #1783 from vlakoff/develop
Better server test in redirect() of URL helper
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 66dd0ea05..73d9fb0ec 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.