Merge branch 'MDL-50469-master' of git://github.com/junpataleta/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 22 Jan 2018 01:43:08 +0000 (02:43 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 22 Jan 2018 01:43:08 +0000 (02:43 +0100)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -8,9 -6,8 +8,11 @@@ information provided here is intended e
  * 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 ===