summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-10-26 01:15:49 +0200
committervlakoff <vlakoff@gmail.com>2013-10-26 01:15:49 +0200
commit8c0e56f5349cb52e993eb7132a87151e838e95b0 (patch)
tree5a25efde552a13d2df616fa8fe573125c68e57c6
parent4c07fce7191ed5d9c393479406cce454a9c4a7cc (diff)
Remove redundant changelog entry
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 8f11bcc00..c191432b8 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -77,7 +77,6 @@ Release Date: Not Released
- Added support (auto-detection) for HTTP/1.1 response code 303 in :php:func:`redirect()`.
- Changed :php:func:`redirect()` to choose the **refresh** method only on IIS servers, instead of all servers on Windows (when **auto** is used).
- Changed :php:func:`anchor()`, :php:func:`anchor_popup()`, and :php:func:`redirect()` to support protocol-relative URLs (e.g. *//ellislab.com/codeigniter*).
- - Added an optional second parameter to both :php:func:`base_url()` and :php:func:`site_url()` that allows enforcing of a protocol different than the one in the *base_url* configuration setting.
- :doc:`HTML Helper <helpers/html_helper>` changes include: