Added on demand DispatchType loading
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index c0f76a8..81d3220 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,11 @@
 Tis file documents the revision history for Perl extension Catalyst.
 
 5.50
+        - Added support for passing an IO::Handle object to $c->res->body.
+          (Andrew Bramble)
+        - Added a new welcome screen.
+        - Included Catalyst buttons and icons in helper.
+        - Added Static::Simple plugin to core.
         - Added self restarting test server
         - Added filename to debug output for uploaded files.
         - Fixed forwarding with embedded arguments.