X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=2d8c31dfc85f59422fd1d6b9376ae5a5fcb0a663;hb=4f96d61ccf40febbf2f80a376cd3ec7b456c699c;hp=398649ff8c87edef8f21c9f21bc0c54509a4d71d;hpb=efa8265f59bbb8df5f80cc8ee54604acb72554be;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index 398649f..2d8c31d 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -9,6 +9,15 @@ Catalyst releases. =head2 VERSION 5.90060+ +=head3 Catalyst::Log object autoflush on by default + +Starting in 5.90065, the Catalyst::Log object has 'autoflush' which is on +by default. This causes all messages to be written to the log immediately +instead of at the end of startup and then at the end of each request. In +order to access the old behavior, you must now call: + + $c->log->autoflush(0); + =head3 Deprecate Catalyst::Utils::ensure_class_loaded Going forward we recommend you use L. In fact we will