Fixed soem typos in tt view
[catagits/Catalyst-View-TT.git] / Changes
diff --git a/Changes b/Changes
index 849a8f7..081de26 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,23 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+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
         - Big update by Andy Wardley