Don't depend on Class::Data::Inheritable and NEXT.
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index d70d012..0f0f279 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 # This file documents the revision history for Perl extension Catalyst.
 
         - Change Catalyst::Test to use Moose
+        - Fixed typo in Engine::HTTP::Restarter::Watcher causing -r to complain.
         
 5.8000_02 2008-10-14 07:59:00
        - Fix manifest
@@ -18,6 +19,8 @@
         - Add visit, a returning ->go
 
 5.7XXXXXX XXXX
+        - Workaround change in LWP that broke a cookie test (RT #40037)
+        - Back out go() since that feature's been pushed to 5.80
         - Fix some Win32 test failures
         - Add pt translation of error message (wreis)
         - Make :Chained('../action') work (Florian Ragwitz)