Changelog, bump versions
[catagits/Catalyst-View-Component-SubInclude.git] / Changes
diff --git a/Changes b/Changes
index d0273e2..6cc5bd7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,24 @@
 Revision history for Catalyst-View-Component-SubInclude
 
+0.07_01 Mon Feb 15 22:41:54 2010
+        - It is now possible to configure plugins, and the subrequest
+          and visit plugins can be configured to not replace the stash
+          before redispatching.
+        - Fix Visit plugin to work with newer Catalyst versions.
+        - Use uri_for_action instead of calling methods in the dispatcher
+          directly when possible.
+        - Call pulbic rather than private methods in the dispatcher in the
+          subrequest backend.
+        - Plugins which are used now generate an instance for each plugin
+          which is subsequently cached.
+        - Fix useage of namespace::clean
+        - Proper test application bundled with the distribution.
+        - Proper tests for all engines in the distribution.
+        - Use Catalyst::Component::ContextClosure instead of weakening
+          the context manually.
+        - Make pod tests only run in author mode.
+        - General code cleanup.
+
 0.07    Mon Jul 27 20:45:42 2009
         - Fix some issues related to Args/CaptureArgs handling in the SubRequest
           and Visit plugins.