MDL-50469 core: Update lib/upgrade.txt about notify() final deprecation
authorJun Pataleta <jun@moodle.com>
Tue, 16 Jan 2018 03:32:01 +0000 (11:32 +0800)
committerJun Pataleta <jun@moodle.com>
Tue, 16 Jan 2018 03:34:00 +0000 (11:34 +0800)
lib/upgrade.txt

index aa1c81d..ba5f85a 100644 (file)
@@ -6,6 +6,8 @@ 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).
+* The following functions have been finally deprecated and can not be used any more:
+  - notify()
 
 === 3.4 ===