summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAlex Bilbie <alex.bilbie@gmail.com>2012-07-28 16:08:59 +0200
committerAlex Bilbie <alex.bilbie@gmail.com>2012-07-28 16:08:59 +0200
commitd83e727d6deedded5b637e685accb4fac0dc3985 (patch)
tree43612e9cdc6cf63411187ffdb83782bc469d65ce /user_guide_src/source
parent27228c97d6f2bc44cf8913c2b0d2e2ee439eb696 (diff)
parentf9ee005f77ea215d5318a9c5991c37453ef18ca0 (diff)
Merge pull request #1640 from thecrypticace/develop
Added support for IP Address Range Masks to the Proxy IPs config option
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 625127e2a..7f428e5db 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -205,7 +205,7 @@ Release Date: Not Released
- Changed :doc:`Config Library <libraries/config>` method site_url() to accept an array as well.
- 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.
Bug fixes for 3.0
------------------