Changes for 0.15
Dave Rolsky [Wed, 13 Apr 2011 19:15:02 +0000 (14:15 -0500)]
Changes

diff --git a/Changes b/Changes
index 59f2e66..28c5027 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.15     2011-04-13
+
+- The fix in 0.14 only worked with Moose 2.0, causing failures with earlier
+  versions.
+
+
 0.14     2011-04-13
 
 - Using extends caused strictness to be lost. Fixed by Karen Etheridge.