From 1cc9c00c3ec8025007e01aa4c916219379b0363b Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Tue, 29 Apr 2014 17:12:39 +0800 Subject: [PATCH] MDL-45229 event: Adding information about stricter validation --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index a244f7550b7..93b1367d7d6 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -10,6 +10,8 @@ Events and Logging: * Significant changes in Logging API. For upgrading existing events_trigger() and add_to_log() see http://docs.moodle.org/dev/Migrating_logging_calls_in_plugins For accessing logs from plugins see http://docs.moodle.org/dev/Migrating_log_access_in_reports +* The validation of the following events is now stricter: + - \core\event\course_section_updated DEPRECATIONS: * $module uses in mod/xxx/version.php files is now deprecated. Please use $plugin instead. It will be removed in Moodle 2.10.