import of last CPAN release.
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index fd5977e..9610ccb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,46 @@
 Revision history for Perl extension Catalyst::View::TT.
 
-0.14  - TBR
-       - removed superflous 'templates' inside 'root'
-       - made it possible to forward to the message action by
-         passing the message in the stash. (example)
+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.
+        - Added support for dynamic includes.
+
+0.19  - Tue Nov 15 09:52:00 2005
+        - unbreak config.
+
+0.18  - Mon Nov 14 20:43:00 2005
+        - Fixed more typos
+
+0.17  - Mon Nov 14 20:43:00 2005
+        - Fixed some typos
+
+0.16  - Mon Nov 14 20:43:00 2005
+        - Updated TTSite for Catalyst 5.5
+
+0.15  - Mon Nov 14 14:43:00 2005
+        - Updated for Catalyst 5.5
+        - Fix docs
+        - Added TEMPLATE_SUFFIX config variable 
+
+0.14  - Fri Oct 21 10:20:00 2005
+        - Turn timer off by default, even for debug.
+       - removed superflous 'templates' inside 'root'
+       - made it possible to forward to the message action by
+         passing the message in the stash. (example)
+        - Updated docs to show correct config syntax.
 
 0.13  Fri Oct 07 13:30:00 2005
         - Fixed constructor