Merge branch 'MDL-66906-master-fix' of git://github.com/andrewnicols/moodle
[moodle.git] / user / upgrade.txt
blob56e4dd9ac4452f437c8c909688a2f4adcbc03b36
1 This files describes API changes for code that uses the user API.
3 === 3.6 ===
5 * The following functions have been finally deprecated and can not be used anymore:
6   * useredit_update_picture()
7 * core_user_external::update_user_preferences() now allows to unset existing preferences values.
8   If the preference value field is not set, the preference will be unset.