applied patch to allow a tmpdir setting.
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index b388fa8..f5cdebb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,8 @@ This file documents the revision history for Perl extension Catalyst.
         - Changed default behaviors for $c->model/$c->controller/$c->view
           to more sane settings.
         - added the clear_errors method - an alias for error(0)
+        - Added tmpdir option for uploads (Kei OHSHIRO)
+        - Applied patch from GEOFFR to allow normal filehandles.
 
 5.66    2006-03-10 17:48:00
         - Added Test::WWW::Mechanize::Catalyst support