add migration docs for ErrorHandler -> Log

This commit is contained in:
Doug Bell 2010-10-27 13:13:04 -05:00
parent 1b83072a7b
commit 075bcc978e

View file

@ -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
===============