From 690a55f631e35b86769c7e6184abc15427d33320 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Mudr=C3=A1k?= Date: Fri, 15 Mar 2013 00:59:26 +0100 Subject: [PATCH] MDL-38497 Add the info about the method signature change into upgrade.txt --- lib/upgrade.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 3b243b8b4b7..4e7341c2c19 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,4 +1,4 @@ -This files describes API changes in core lbraries and APIs, +This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. === 2.5 === @@ -26,6 +26,9 @@ information provided here is intended especially for developers. * Function get_users_listing now return list of users except guest and deleted users. Previously deleted users were excluded by get_users_listing. As guest user is not expected while browsing users, and not included in get_user function, it will not be returned by get_users_listing. +* The signature of the add() method of classes implementing the parentable_part_of_admin_tree + interface (such as admin_category) has been extended. The new parameter allows the caller + to prepend the new node before an existing sibling in the admin tree. YUI changes: * M.util.help_icon has been deprecated. Code should be updated to use moodle-core-popuphelp -- 2.43.0