r11755@t0mlaptop (orig r11720): theory | 2009-11-03 00:23:43 +0000
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index c28bd39..2f6c7ad 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,12 @@
 Revision history for Perl extension Catalyst::View::TT.
 
-        - The "render()" method now dies on exception, rather than returning
-          the exception object.
+0.33   2010-03-10 20:08:00
+        - 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 when unspecified. The Helper will generate new views
+          with render_die => 1.
 
 0.32    2010-02-16 05:55:00
         - Various documentation improvements.