Changelog
Tomas Doran [Wed, 15 Feb 2012 20:41:46 +0000 (20:41 +0000)]
Changes

diff --git a/Changes b/Changes
index 393b7c0..1fd196f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Catalyst::View::TT.
 
+        - Change documentation to reflect use of Moose.
+        - Change documentation to highlight how to configure
+          UTF-8 in templates.
+        - Change documentation to recommend putting calls to MyApp->path_to
+          into the app class itself, ergo avoiding recursive dependencies
+          and making the view compile standalone.
         - Change code generated by Catalyst::Helper::View::TT
           to use Moose.