Merge branch 'MDL-51700-master' of git://github.com/FMCorz/moodle
authorDan Poltawski <dan@moodle.com>
Wed, 2 Dec 2015 10:31:10 +0000 (10:31 +0000)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 3 Dec 2015 17:52:21 +0000 (18:52 +0100)
1  2 
lib/upgrade.txt

diff --cc lib/upgrade.txt
@@@ -3,11 -3,7 +3,14 @@@ information provided here is intended e
  
  === 3.1 ===
  
 -* Ajax calls going through lib/ajax/* now validate the return values before sending the response. If the validation does not pass an exception is raised. This behaviour is consistent with web services.
 +* Plugins can extend the navigation for user by declaring the following callback:
 +  <frankenstyle>_extend_navigation_user(navigation_node $parentnode, stdClass $user,
 +                                        context_user $context, stdClass $course,
 +                                        context_course $coursecontext)
 +* The function notify() now throws a debugging message - see MDL-50269.
++* Ajax calls going through lib/ajax/* now validate the return values before sending
++  the response. If the validation does not pass an exception is raised. This behaviour
++  is consistent with web services.
  
  === 3.0 ===