From cedc656bdd5b68bbdc464e5eb5cc29f1fa56d8a5 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 12 Mar 2013 16:08:49 +0100 Subject: [PATCH] MDL-38212 Add a little note about the output change. --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 4a83493609b..3430f3cd2fe 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -3,6 +3,8 @@ information provided here is intended especially for developers. === 2.5 === +* The cron output has been changed to include time and memory usage (see cron_trace_time_and_memory()), + so any custom utility relying on the old output may require modification. * Function get_max_file_sizes now returns an option for (for example) "Course limit (500MB)" or "Site limit (200MB)" when appropriate with the option set to 0. This function no longer returns an option for 0 bytes. Existing code that was replacing the 0 option in the return