MDL-69779 core: Improved the X-Redirect-By header when debugging is on

This commit is contained in:
Brendan Heywood 2020-09-24 16:30:39 +10:00
parent 46f977a8bf
commit 16c209cbc0
2 changed files with 11 additions and 2 deletions

View file

@ -52,6 +52,7 @@ information provided here is intended especially for developers.
renamed to `is_listed()` and `get_not_listed()` respectively.
* Method `mustache_helper_collection::strip_blacklisted_helpers()` has been deprecated and renamed to
`strip_disallowed_helpers()`.
* Function redirect() now emits a line of backtrace into the X-Redirect-By header when debugging is one
=== 3.9 ===
* Following function has been deprecated, please use \core\task\manager::run_from_cli().