Have render() warn on exception, rather than die.
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index 36e3256..9a23c7c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,15 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+        - 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.
+        - Fix repository metadata.
+
 0.31    2009-10-29 19:26:00
         - Moved the test actions to their own controller file to silence
           warning about actions in the app class being deprecated.