import of last CPAN release.
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index b8b39f9..9610ccb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,18 @@
 Revision history for Perl extension Catalyst::View::TT.
 
-0.20
+0.23   Sun Mar 23 20:45:00 2006
+       - Added render suport. (Ash Berlin)
+
+0.22   Fri Jan 16 18:25:00 2006
+       - stringify $c->action for automatic template match instead of $c->req->action.
+         * NOTE * This will change the match to the private name of the matched action! if you
+         use template_suffix you have to move your templates around!
+
+0.21   Fri Dec 16 18:25:00 2005
+        - Added Template::Provider support (Jess Robinson)
+        - Fixed dynamic include bugs and added tests. (Zbigniew Lukasiak)
+
+0.20    Mon Dec 12 03:35:00 2005
         - Fall back to action (default/index returns blank on match)
         - Added tests. (Daniel Westermann-Clark)
         - Fixed TTSite helper to use correct app name.