summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorDaniel Morris <daniel@honestempire.com>2012-10-04 22:06:21 +0200
committerDaniel Morris <daniel@honestempire.com>2012-10-04 22:06:21 +0200
commit6602cd7b7433b1d514b0f944cc9de563133174cf (patch)
tree65054cfe9b8d67c5863cdc1f5fa6741dfddc06a7 /user_guide_src/source
parent824b4f220ca3dadc8f0945c665a7d7f8105a5dc4 (diff)
DRY determining server protocol
Signed-off-by: Daniel Morris <daniel@honestempire.com>
Diffstat (limited to 'user_guide_src/source')
-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 847b1be3e..378eec061 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -231,6 +231,7 @@ Release Date: Not Released
- Added method ``strip_image_tags()`` to the :doc:`Security Library <libraries/security>`.
- Changed ``_exception_handler()`` to respect php.ini 'display_errors' setting.
- Added support for IPv4 range masks (e.g. 192.168.1.1/24) to specify ranges of IP addresses for use with the proxy_ips setting.
+ - Removed redundant conditional to determine HTTP server protocol in ``set_status_header()``
Bug fixes for 3.0
------------------