diff --git a/UPGRADING.md b/UPGRADING.md index 89e165a2ef3..27fd427f6c4 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt ### core +#### Added + +- Add a new method has_valid_group in \core\report_helper that will return true or false depending if the user has a valid group. This is mainly false in case the user is not in any group in SEPARATEGROUPS. Used in report_log and report_loglive + + For more information see [MDL-84464](https://tracker.moodle.org/browse/MDL-84464) + #### Changed - The `\core\attribute\deprecated` attribute constructor `$replacement` parameter now defaults to null, and can be omitted diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index 360f5f7a228..da24d11a384 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -2,6 +2,12 @@ ## 5.0.1+ +### Added + +- Add a new method has_valid_group in \core\report_helper that will return true or false depending if the user has a valid group. This is mainly false in case the user is not in any group in SEPARATEGROUPS. Used in report_log and report_loglive + + For more information see [MDL-84464](https://tracker.moodle.org/browse/MDL-84464) + ### Changed - The `\core\attribute\deprecated` attribute constructor `$replacement` parameter now defaults to null, and can be omitted