File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,9 @@ Libraries
130130 (``$lockRetryInterval ``) and the number of retries (``$lockMaxRetries ``).
131131 - Now you can use Redis ACL (username and password) with ``RedisHandler ``.
132132 See :ref: `sessions-redishandler-driver ` for details.
133+ - **Security: ** ``Config\Security::$redirect `` is now, by default, environment-specific.
134+ For production environment, changed to ``true `` but is still ``false `` for other
135+ environments.
133136
134137Helpers and Functions
135138=====================
@@ -203,9 +206,6 @@ Others
203206 if the HTTP method is different.
204207- **Bootstrap: ** The ``CodeIgniter\Boot `` class has been introduced, replacing
205208 **system/bootstrap.php **.
206- - **Security: ** ``Config\Security::$redirect `` is now, by default, environment-specific.
207- For production environment, changed to ``true `` but is still ``false `` for other
208- environments.
209209
210210********
211211BREAKING
You can’t perform that action at this time.
0 commit comments