summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-02-14 20:07:02 +0100
committerAndrey Andreev <narf@devilix.net>2018-02-14 20:07:02 +0100
commit8ef6526651c4900308255c2cda0f7278223ea387 (patch)
treed6ff383c30e3e95e65c01c43ae8248da2a7017ab /user_guide_src
parent635256265a38e655c00f4415d5f09700f28c5805 (diff)
[ci skip] Add changelog entry for PR #5407
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 fb71481f5..b7ebe7aa3 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -12,6 +12,7 @@ Release Date: Not Released
- Officially dropped any kind of support for anything under PHP 5.4.8.
- Updated Welcome view and HTML error templates with new styling.
- Updated configurable directory paths to handle missing trailing ``DIRECTORY_SEPARATOR`` automatically.
+ - Added support for HTTP status codes 103, 207, 308, 421 and 451 to :doc:`common function <general/common_functions>` :php:func:`set_status_header()`.
- Core