Changelog the Package::Stash bugfix
Florian Ragwitz [Tue, 4 Jan 2011 12:12:20 +0000 (12:12 +0000)]
Changes

diff --git a/Changes b/Changes
index b86674d..f515f57 100644 (file)
--- a/Changes
+++ b/Changes
     to a URI path /*/* made out of 3 actions. Please check your applications
     if you are using chained action and please write new test to report
     failing case.
+  - Stop relying on bugs in the pure-perl version of Package::Stash. New
+    versions of Package::Stash load Package::Stash::XS if
+    available. Package::Stash::XS fixes some of the bugs of the pure-perl
+    version, exposing our faulty assumption and breaking things. We now work
+    with both old and new versions of Package::Stash, both with and without
+    Package::Stash::XS being installed. Older versions of Catalyst-Runtime also
+    work with both old and new versions of Package::Stash, but only if
+    Package::Stash::XS is *not* installed.
 
  Documentation:
   - Clarify that when forwarding or detaching, the end action associated