MDL-41312 groups: documment final removal in upgrade.txt

This commit is contained in:
Eloy Lafuente (stronk7)
2018-01-17 02:04:16 +01:00
parent 8bdee69d3e
commit 0e68db9e83
+3
View File
@@ -6,6 +6,9 @@ information provided here is intended especially for developers.
* 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.
=== 3.4 ===