r11835@t0mlaptop (orig r11800): t0m | 2009-11-12 00:32:30 +0000
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index 769d1a4..c28bd39 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+        - The "render()" method now dies on exception, rather than returning
+          the exception object.
+
+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.
+
 0.30    2009-09-12 23:47:00
         - Doc fixes:
           + Expand ::V:: to ::View:: (RT #45792)