Merge remote-tracking branch 'origin/wide_char_warning_log' into ancona
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index b5a8105..6175a9c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,15 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.90063 - 2013-05-01
+  - Set encoding on STDERR when encoding is set in config
+  - Fix spelling, grammar and structural errors in POD
+  - Remove redundant ->setup call in t/head_middleware.t RT#95361
+  - Fix test failures when running under CATALYST_DEBUG. RT#95358
+
+5.90064 - 2014-05-05
+  - Fix for mindless broken tests on Win32 (Haarg++).
+  - Happy Cinco de Mayo!
+
+5.90063 - 2014-05-01
   - 'end' and other special actions won't catch HTTP style exceptions anymore.
   - Fix bug where Catalyst did not properly detect the terminal width when in
     debug mode and thus making the debug output narrow and hard to read.