Clarify stack trace env var change
Dave Rolsky [Mon, 18 Oct 2010 01:54:13 +0000 (20:54 -0500)]
Changes

diff --git a/Changes b/Changes
index 0254669..2ea2209 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,9 @@ NEXT
     than Perl's builtin warning. Suggested by Sir Robert Burbridge. (Dave
     Rolsky)
 
+  * Allow disabling stack traces by setting an environment variable. See
+    Moose::Error::Default for details. (Marcus Ramberg)
+
   [BUG FIXES]
 
   * A number of native trait methods which expected strings as arguments did
@@ -53,9 +56,6 @@ NEXT
     or lazy_build options for the attribute. Reported by Kent Fredric. RT
     #59613. (Dave Rolsky)
 
-  * Allow disabling stack traces by setting an environment variable. (Marcus
-    Ramberg)
-
 1.15 Tue, Oct 5, 2010
 
   [API CHANGES]