fixed changes
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 8d87c7c..99ca4d8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,18 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+TDB
+  - Merged from Stable (5.90079)
+  - reviewed and cleaned up UTF8 related docs
+  - replace missing utf8 pragma in Catalyst::Engine
+
+5.90079_006  - 2015-01-02
+  - Removed unneeded depdency on RenderView in new test case that was causing fails
+    on CPAN testers that did not just happen to have that dependency already installed
+  - Updated copyright notices to 2015
+  - Documentation patches around the setup methods and clarification on on security
+    note posted a few months ago.
+  - Added my name to the contributors list
+
 5.90079_005 - 2014-12-31
   - Merged changes from 5.90078
   - If configuration 'using_frontend_proxy' is set, we add the correct middleware
     scheme for the generated URI object instead of just using whatever the incoming
     request uses.
 
+5.90079 - 2015-01-02
+  - Removed dependency from test case that we don't install for testing (
+    rt #101243)
+  - updated year in copyright notices
+
 5.90078 - 2014-12-30
   - POD corrections (sergey++)
   - New configuration option to disable the HTTP Exception passthru feature