change default log level to info
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index bd2ead1..11a177d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,11 +1,16 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90069_TBA
+5.90069_003
+  - The default log level is now 'info', not 'debug'.
   - Finished merging all the encoding plugin code to core code.  The encoding
     plugin is now just an empty package.  Also tried to improve encoding docs
     a bit.
   - Some additional changes to the stash middleware that should not break
     anything new.
+  - Documentation around using Sendfile type http headers with a filehandle
+    type response.
+  - Merged from master branch to pick up some additional fixes and documentation
+    improvements.
 
 5.90069_002
   - Catalyst stash functionality has been moved to Middleware.  It should