rename crequest to ctx_request on request of #cat-dev
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 65da53e..e1e41b5 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,8 @@
         - Support Moose components so that attribute defaults work
           and BUILD methods are correctly called (t0m)
           - Add tests for this (Florian Ragwitz)
+        - Added Catalyst::Test::ctx_request to be able to inspect
+          the context object after a request is made (Jos Boumans)
 
 5.71000   2009-01-19 17:50:00
         - Text::SimpleTable's go as wide as $ENV{COLUMNS} (jhannah)