Improve docs for uri_for
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index bba5c5e..758629f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 # 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
 
@@ -16,6 +19,7 @@
         - Add visit, a returning ->go
 
 5.7XXXXXX XXXX
+        - 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)