From aae18d2af4f9db96115237ac705ae644a64d1c2b Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 13 Aug 2013 14:55:48 +0800 Subject: [PATCH] MDL-31836 upgrade.txt: add a note about encrypt change --- lib/upgrade.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 11836e52aa9..f7fc350bebb 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -15,6 +15,7 @@ information provided here is intended especially for developers. this change should be fully transparent and it should help significantly with add-on compatibility. * The string manager classes were renamed. Note that they should not be modified or used directly, always use get_string_manager() to get instance of the string manager. +* The ability to use an 'insecure' rc4encrypt/rc4decrypt key has been removed. DEPRECATIONS: Various previously deprecated functions have now been altered to throw DEBUG_DEVELOPER debugging notices