MDL-45229 event: Adding information about stricter validation
authorFrederic Massart <fred@moodle.com>
Tue, 29 Apr 2014 09:12:39 +0000 (17:12 +0800)
committerFrederic Massart <fred@moodle.com>
Tue, 29 Apr 2014 09:12:43 +0000 (17:12 +0800)
lib/upgrade.txt

index a244f75..93b1367 100644 (file)
@@ -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.