summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-15 15:41:09 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-15 15:41:09 +0200
commit51d6d8406d6493d7e3f8783c5d17a4a1970e9fba (patch)
treebfe58c26b6ddef2d786db36fe05a8ab5aed4b621 /user_guide_src
parentc275b23b06195e4ea6424d96a0c76b825c71443a (diff)
Add support for HTTP code 303 in set_status_header(), as suggested in pull #341
Diffstat (limited to 'user_guide_src')
-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 ec33414c2..aeccea281 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -174,6 +174,7 @@ Release Date: Not Released
- Added get_mimes() function to system/core/Commons.php to return the config/mimes.php array.
- Added a second argument to set_content_type() in the :doc:`Output Library <libraries/output>` that allows setting the document charset as well.
- $config['time_reference'] now supports all timezone strings supported by PHP.
+ - Added support for HTTP code 303 ("See Other") in set_status_header().
Bug fixes for 3.0
------------------