* The maximum supported precision (the total number of digits) for XMLDB_TYPE_NUMBER ("number") fields raised from 20 to
38 digits. Additionally, the whole number part (precision minus scale) must not be longer than the maximum length of
integer fields (20 digits). Note that PHP floats commonly support precision of roughly 15 digits only (MDL-32113).
+* Event triggering and event handlers:
+ - The following events, deprecated since moodle 2.6, have been finally removed: groups_members_removed,
+ groups_groupings_groups_removed, groups_groups_deleted, groups_groupings_deleted.
+ * The following functions have been finally deprecated and can not be used any more:
+ - notify()
=== 3.4 ===