Allow the term_width to be regenerated
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 9f8bffe..e571b5e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,19 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  - Allow the term_width to be regenerated (see Catalyst::Utils::term_width,
+    Frew Schmidt)
+
+5.90071 - 2014-08-10
+  - Travis config now performs basic reverse dependency testing.
+  - Restored deprecated 'env' code in Engine.pm b/c it is still being used out
+    in the wild (Catalyst-Plugin-Authentication-0.10023) - (removed in 5.90070)
+  - Reverted changes to debug log/handling (5.90069_003) to fix
+    rev dep Catalyst-Plugin-Static-Simple-0.32 test suite.
+  - Added italian translation of default error.
+
+5.90070 - 2014-08-07
+  - Retagged previous release as stable; no changes
+
 5.90069_004
   - Fixed typo in middleware stash that was causing older Perls to fail
     certain tests.  No other changes.