diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-15 15:41:09 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-15 15:41:09 +0200 |
commit | 51d6d8406d6493d7e3f8783c5d17a4a1970e9fba (patch) | |
tree | bfe58c26b6ddef2d786db36fe05a8ab5aed4b621 /user_guide_src/source/changelog.rst | |
parent | c275b23b06195e4ea6424d96a0c76b825c71443a (diff) |
Add support for HTTP code 303 in set_status_header(), as suggested in pull #341
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 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 ------------------ |