From 075bcc978e1839a431bf4e61cd6f0a3ed17a9943 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Wed, 27 Oct 2010 13:13:04 -0500 Subject: [PATCH] add migration docs for ErrorHandler -> Log --- docs/migration.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/migration.txt b/docs/migration.txt index d7b157797..58f82fd98 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -36,6 +36,11 @@ WebGUI::Session::Env has been moved into WebGUI::Session::Request. A listing of $session->env->getIp => $session->request->address +WebGUI::Session::ErrorHandler +============================= + +ErrorHandler has been changed to "log" in all circumstances. $session->errorHandler no longer exists, +use $session->log. WebGUI::Session::ErrorHandler no longer exists, use WebGUI::Session::Log WebGUI::Utility ===============