Have render() warn on exception, rather than die.
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index c28bd39..9a23c7c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,10 @@
 Revision history for Perl extension Catalyst::View::TT.
 
-        - The "render()" method now dies on exception, rather than returning
-          the exception object.
+        - The "render()" method now throws a warning on exception before
+          returning the exception. To silence the warning, pass 'render_die =>
+          0' to the constructor. Better yet, pass 'render_die => 1' to make it
+          die instead of returning the excption. This will be the default in a
+          future release.
 
 0.32    2010-02-16 05:55:00
         - Various documentation improvements.