View::TT, perltidy
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index fd5977e..a692802 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,37 @@
 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.21   
+        - 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